Skip to content

Commit

Permalink
Update ProfileStarterPacks.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
surfdude29 authored Jun 26, 2024
1 parent e6b4dc2 commit 4ae2a2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/StarterPack/ProfileStarterPacks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ function Empty() {
t.atoms.text_contrast_medium,
{color: 'white'},
]}>
<Trans>You haven't created a starter pack yet!</Trans>
<Trans>
You haven't created a starter pack yet!
</Trans>
</Text>
<Text style={[a.text_md, {color: 'white'}]}>
<Trans>
Expand Down

0 comments on commit 4ae2a2d

Please sign in to comment.