From 3b96e558117b0642acfa049c2329a3e880369c4f Mon Sep 17 00:00:00 2001 From: andres Date: Sat, 21 Dec 2024 01:35:48 +0100 Subject: [PATCH] fix --- app/layout.js | 9 +++++++-- app/lda_texts.js | 2 +- app/page.js | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/layout.js b/app/layout.js index ccad2b9..ec4026e 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,4 +1,4 @@ -import { Geist, Geist_Mono, Monoton } from "next/font/google"; +import { Geist, Geist_Mono, Monoton, Manrope } from "next/font/google"; import "./globals.css"; const geistSans = Geist({ @@ -17,6 +17,11 @@ const monoton = Monoton({ weight: "400", }); +const manrope = Manrope({ + variable: "--font-manrope", + subsets: ["latin"], +}) + export const metadata = { title: "Game-changer: How do the major sports events influence YouTube engagement?", description: "Created by Robodatapioneers2024", @@ -26,7 +31,7 @@ export default function RootLayout({ children }) { return ( {children} diff --git a/app/lda_texts.js b/app/lda_texts.js index 82c073c..1770966 100644 --- a/app/lda_texts.js +++ b/app/lda_texts.js @@ -1,7 +1,7 @@ function worldCupLDA() { return (
-

Fifa World Cup LDA

+

FIFA World Cup LDA

Delving into the FIFA World Cup section of our analysis, our{" "} LDA model uncovered a rich tapestry of themes diff --git a/app/page.js b/app/page.js index c7b85b0..39c7813 100644 --- a/app/page.js +++ b/app/page.js @@ -48,7 +48,7 @@ function VariableChooserComponent({ Title, variables, children }) { return (

-

{Title}

+

{Title}

{variables.length > 1 && (