From 507a65cfdedb84283ef6b603843e348ccc1502b9 Mon Sep 17 00:00:00 2001 From: Guus Date: Wed, 30 Jul 2025 22:48:02 +0200 Subject: [PATCH] changed styling nominaties --- frontend/src/app/nominations/page.tsx | 64 +++++++++++++++------------ 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/frontend/src/app/nominations/page.tsx b/frontend/src/app/nominations/page.tsx index ba0143a..662810e 100644 --- a/frontend/src/app/nominations/page.tsx +++ b/frontend/src/app/nominations/page.tsx @@ -1,9 +1,9 @@ "use client"; import { useState } from "react"; -import { Vollkorn } from "next/font/google"; +import { Nunito } from "next/font/google"; -const vollkorn = Vollkorn({ - weight: "600", +const nunito = Nunito({ + weight: "900", subsets: ["latin"], }); @@ -11,33 +11,39 @@ export default function Nominations() { const [songURL, setSongURL] = useState(""); return ( -
-

Nominaties

- -
- - - -
+
+

+ NOMINATIES +

+
+
+

+ Dump hier je Spotify-link: +

+ + +
+