Skip to content

Commit

Permalink
Fix: edit Safe Apps heading (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Feb 5, 2024
1 parent 4c98177 commit f220e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/safe-apps/SafeAppsHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SafeAppsHeader = (): ReactElement => {
<Box className={css.container}>
{/* Safe Apps Title */}
<Typography className={css.title} variant="h3">
Explore the Safe {chain?.chainName} ecosystem
Explore the {chain?.chainName} ecosystem
</Typography>

{/* Safe Apps Subtitle */}
Expand Down

0 comments on commit f220e81

Please sign in to comment.