Skip to content

Commit

Permalink
Feat: Make go to dashboard button bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 committed Nov 16, 2024
1 parent ba15bfd commit efb7ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions apps/homepage/src/app/(default)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ export default function Home() {
Coming Soon
</PageHeader>

<ViewOnGithub />

<Box display="flex" justifyContent="center">
<styled.a
mt={6}
mb={4}
href="/o"
bg="indigo.700"
color="white"
Expand All @@ -33,12 +31,15 @@ export default function Home() {
flex={1}
alignItems="center"
gap={3}
px={3}
py={2}
fontSize="lg"
>
Go to Dashboard
</styled.span>
</styled.a>
</Box>
<ViewOnGithub />
</Box>
</Box>
</styled.section>
Expand Down
5 changes: 2 additions & 3 deletions apps/homepage/src/components/ui/view-on-github.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ export default function ViewOnGithub() {
bg: "gray.300",
cursor: "pointer",
}}
my={-2.5}
>
<styled.span
display="flex"
flex={1}
alignItems="center"
gap={3}
fontSize="lg"
fontSize="sm"
>
<styled.svg
w={8}
w={5}
viewBox="0 0 98 96"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down

0 comments on commit efb7ae3

Please sign in to comment.