Add transitions gif for 12,11,10

This commit is contained in:
Daniele Pancottini
2023-01-03 19:11:51 +01:00
parent 23491e2ec2
commit 2bf575d76b
8 changed files with 13 additions and 12 deletions

View File

@@ -4,10 +4,8 @@ import { Text } from '@components/ui'
export default function News() {
return (
<div className="max-w-2xl mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
<Text variant="heading">Not Found</Text>
<Text className="">
The requested page doesn't exist or you don't have access to it.
</Text>
<Text variant="heading">Work In Progress</Text>
<Text className="">We are working for you...</Text>
</div>
)
}