Skip to content

Commit

Permalink
decrease slice
Browse files Browse the repository at this point in the history
  • Loading branch information
arfamomin committed Dec 5, 2024
1 parent 6f4c2f0 commit 2b852b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Resource/Resource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ResourceT({
<Text style={styles.orgName}>{org_name}</Text>
{!expanded && (
<Text style={styles.summaryPreview}>
{summary.slice(0, 80)}...
{summary.slice(0, 70)}...
</Text>
)}
</TouchableOpacity>
Expand Down

0 comments on commit 2b852b6

Please sign in to comment.