Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 2, 2024
1 parent 78f76c0 commit 9ea8132
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/activitys/LandingActivity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ export const LandingActivity = () => {
OPEN IN BROWSER
</Button>

<Divider>or</Divider>
<Divider>
<Typography color="divider" sx={{ fontSize: "unset" }}>
or
</Typography>
</Divider>
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
<Button
fullWidth
Expand Down

0 comments on commit 9ea8132

Please sign in to comment.