Skip to content

Commit

Permalink
style: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyMomo20012 committed Jan 2, 2024
1 parent abd5040 commit e35a635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import {

function Error() {
return (
<Center className="@container h-full w-full flex-1">
<Stack align="center" className="min-w-4/5 @lg:w-full w-4/5 max-w-xl">
<Center className="h-full w-full flex-1 @container">
<Stack align="center" className="min-w-4/5 w-4/5 max-w-xl @lg:w-full">
<Image
alt="500"
className="aspect-[5/4]"
Expand Down
4 changes: 2 additions & 2 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import Link from 'next/link';

const NotFound = () => {
return (
<Center className="@container h-full w-full flex-1">
<Stack align="center" className="min-w-4/5 @lg:w-full w-4/5 max-w-xl">
<Center className="h-full w-full flex-1 @container">
<Stack align="center" className="min-w-4/5 w-4/5 max-w-xl @lg:w-full">
<Image
alt="404"
className="aspect-[5/4]"
Expand Down

0 comments on commit e35a635

Please sign in to comment.