diff --git a/projects/website/src/app/layout.tsx b/projects/website/src/app/layout.tsx index b6f1b5b..cf9f2f9 100644 --- a/projects/website/src/app/layout.tsx +++ b/projects/website/src/app/layout.tsx @@ -1,5 +1,4 @@ import "./globals.css"; -import Footer from "@/components/footer"; import { PreloadResources } from "@/components/preload-resources"; import { QueryProvider } from "@/components/providers/query-provider"; import { ThemeProvider } from "@/components/providers/theme-provider"; @@ -14,6 +13,8 @@ import { Colors } from "@/common/colors"; import OfflineNetwork from "@/components/offline-network"; import Script from "next/script"; import { ApiHealth } from "@/components/api/api-health"; +import Footer from "@/components/footer"; +import { getBuildInformation } from "@/common/website-utils"; const siteFont = localFont({ src: "./fonts/JetBrainsMono.ttf", @@ -66,6 +67,7 @@ export default function RootLayout({ }: Readonly<{ children: React.ReactNode; }>) { + const { buildId, buildTimeShort } = getBuildInformation(); return (
@@ -84,7 +86,8 @@ export default function RootLayout({Build: {buildId}
-({buildTime})
-({buildTimeShort})
+ ); } diff --git a/projects/website/src/components/home/friends.tsx b/projects/website/src/components/home/friends.tsx index 2a6385c..36876b7 100644 --- a/projects/website/src/components/home/friends.tsx +++ b/projects/website/src/components/home/friends.tsx @@ -1,4 +1,5 @@ import { UsersRound } from "lucide-react"; +import { cn } from "@/common/utils"; export default function Friends() { return ( @@ -15,13 +16,20 @@ export default function Friends() {- Scoresaber Reloaded is a new way to view your scores and get more stats about your and your plays + ScoreSaber Reloaded is a new way to view your scores and get more stats about you and your plays
> ); @@ -66,7 +66,7 @@ function Buttons() { animate={{ opacity: 1, y: 0 }} transition={{ delay: 0.35, duration: 0.7, ease: "easeOut" }} > - +