We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b620976 commit 0f73c1aCopy full SHA for 0f73c1a
1 file changed
client/src/pages/404.tsx
@@ -1,7 +1,7 @@
1
"use client";
2
3
import Link from "next/link";
4
-import { useEffect,useState } from "react";
+import { useEffect, useState } from "react";
5
6
import { Button } from "@/components/ui/button";
7
@@ -684,9 +684,8 @@ export default function Custom404() {
684
<p className="text-sm text-foreground">
685
Score:{" "}
686
<span className="font-jersey10 font-bold text-primary">
687
- {score}
688
- </span>{" "}
689
- / 10
+ {score} / 10
+ </span>
690
</p>
691
</div>
692
0 commit comments