Fix 404 emoji: use duck emoji that renders on all systems
This commit is contained in:
parent
8a521d307c
commit
9ed077af85
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function NotFound() {
|
||||||
<Disc3 className="h-32 w-32 text-primary/20 group-hover:text-primary/40 transition-colors" />
|
<Disc3 className="h-32 w-32 text-primary/20 group-hover:text-primary/40 transition-colors" />
|
||||||
</div>
|
</div>
|
||||||
<span className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-6xl group-hover:scale-110 transition-transform">
|
<span className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-6xl group-hover:scale-110 transition-transform">
|
||||||
🪿
|
🦆
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue