Skip to content

Commit

Permalink
fix: 404 page button gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym authored Oct 10, 2024
1 parent 83bfd89 commit cfa24f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/foundation/app/(Site)/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ export default async function NotFound() {
404
</span>
<div className="bg-text-primary m-0 hidden h-full w-px p-0 lg:block" />
<div className="flex h-full flex-col justify-between gap-4 md:gap-0">
<div className="flex h-full flex-col justify-between gap-4">
<p className="max-w-[380px] text-xl md:text-2xl">{dictionary('description')}</p>
<Link href="/" prefetch={false}>
<Button
size="lg"
variant="secondary"
className="group"
rounded="md"
data-testid={ButtonDataTestId.Not_Found_Return_Home}
>
<HomeIcon className="fill-session-green group-hover:fill-session-black mr-2 h-6 w-6" />{' '}
Expand Down

0 comments on commit cfa24f1

Please sign in to comment.