mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
💄 Fix 404 page alignment
This commit is contained in:
parent
3c340bdf90
commit
eb3238667a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default async function Page() {
|
|||
const { t } = await getTranslation("en");
|
||||
|
||||
return (
|
||||
<div className="flex h-full w-full items-center justify-center">
|
||||
<div className="flex h-screen w-full items-center justify-center">
|
||||
<div className="space-y-8">
|
||||
<div className="space-y-4 text-center">
|
||||
<FileSearchIcon className="mb-4 inline-block size-24 text-gray-400" />
|
||||
|
|
Loading…
Add table
Reference in a new issue