diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e11abe4..6733383 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,6 @@ import { ssrSettings } from "@/ssrSettings"; import { isProduction } from "@/utils/utils"; +import Link from "next/link"; import Card from "./Card"; const buttons = [ @@ -49,7 +50,13 @@ export default function Footer() { -
Build ID: {buildId}
+ + Build ID: {buildId} + );