From 48077580dceef2bd05ff9a8c91daa02a07b1e585 Mon Sep 17 00:00:00 2001
From: Daniel <you@example.com>
Date: Fri, 13 Sep 2024 21:12:49 +0200
Subject: [PATCH] testing4

---
 src/app/layout.jsx                   | 3 ---
 src/components/SortingVisualizer.jsx | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/app/layout.jsx b/src/app/layout.jsx
index 0471ac6..c9e17f5 100644
--- a/src/app/layout.jsx
+++ b/src/app/layout.jsx
@@ -8,9 +8,6 @@ export const Metadata = {
 export default function RootLayout({children}) {
     return (
         <html lang="en">
-        <Head>
-            <link rel="icon" href="/src/styles/favicon.ico" />
-        </Head>
         <body>
         <div id="root">{children}</div>
         </body>
diff --git a/src/components/SortingVisualizer.jsx b/src/components/SortingVisualizer.jsx
index 6220c82..d21ec0c 100644
--- a/src/components/SortingVisualizer.jsx
+++ b/src/components/SortingVisualizer.jsx
@@ -1,4 +1,4 @@
-"use client";
+'use client';
 
 import {useState, useEffect} from 'react';
 import '../styles/SortingVisualizer.css'
-- 
GitLab