Skip to content

Commit 0f73c1a

Browse files
committed
fixed small styling
1 parent b620976 commit 0f73c1a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

client/src/pages/404.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import Link from "next/link";
4-
import { useEffect,useState } from "react";
4+
import { useEffect, useState } from "react";
55

66
import { Button } from "@/components/ui/button";
77

@@ -684,9 +684,8 @@ export default function Custom404() {
684684
<p className="text-sm text-foreground">
685685
Score:{" "}
686686
<span className="font-jersey10 font-bold text-primary">
687-
{score}
688-
</span>{" "}
689-
/ 10
687+
{score} / 10
688+
</span>
690689
</p>
691690
</div>
692691
</div>

0 commit comments

Comments
 (0)