From b5cac708129e1c8ac2870b97b7ec804fc6781db4 Mon Sep 17 00:00:00 2001
From: filha243 <filha243@student.liu.se>
Date: Mon, 3 Jun 2024 07:02:25 +0200
Subject: [PATCH] test push - gitlab returning error 500 when logging in

---
 my-app/components/Other/aboutSite.tsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/my-app/components/Other/aboutSite.tsx b/my-app/components/Other/aboutSite.tsx
index 1fe0f08..e8a7a83 100644
--- a/my-app/components/Other/aboutSite.tsx
+++ b/my-app/components/Other/aboutSite.tsx
@@ -10,6 +10,8 @@ import {
     CardTitle,
 } from "@/components/ui/card";
 
+// Om hemsidan
+
 export default function AboutSite() {
     return (
         <div className="flex justify-center pt-16">
-- 
GitLab