Skip to content

Commit

Permalink
refactor: add margin in header (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia authored Oct 23, 2024
1 parent f8dd530 commit 541c68e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web-app/src/components/PageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export default function PageContainer({
return (
<>
<HStack align="center" justify="space-between" p="2">
<NextLink href="/">Feedback</NextLink>
<HStack ml="4">
<NextLink href="/">Feedback</NextLink>
</HStack>
<HStack>
<Link
href={getExplorerLink(
Expand Down

0 comments on commit 541c68e

Please sign in to comment.