mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
chore: upgrade tailwindcss
up to v4
This commit is contained in:
@ -16,9 +16,7 @@ const GlobalError = ({
|
||||
className={clsx('w-full h-dvh flex', 'justify-center items-center')}
|
||||
>
|
||||
<div>
|
||||
<h2 className="text-xl text-subtext1">
|
||||
Something went wrong! ノ( OωOノ)
|
||||
</h2>
|
||||
<h2 className="text-xl">Something went wrong! ノ( OωOノ)</h2>
|
||||
<Button onClick={() => reset()}>Try again</Button>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user