Skip to content

Commit

Permalink
update modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Vonášek committed Jun 6, 2024
1 parent 5398c99 commit d8febe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Header/DegenMode/DegenModeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const DegenModeModal: FC<DegenModeModalProps> = ({
/>
</div>
<div sx={{ width: ["100%", "75%"], mx: "auto" }}>
<Text font="Geist" tAlign="center" fs={19} sx={{ mt: 20 }}>
<Text font="GeistMono" tAlign="center" fs={22} sx={{ mt: 20 }}>
{t("header.settings.degenMode.title")}
</Text>
<Text color="basic400" tAlign="center" sx={{ mt: 20 }}>
Expand Down

0 comments on commit d8febe3

Please sign in to comment.