From 9afd15d201a3a725af6662a6d8e81a79e71ac137 Mon Sep 17 00:00:00 2001
From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>
Date: Tue, 3 Sep 2024 09:42:34 +0300
Subject: refactor: dont ignore config file, small fix in profile
---
frontend/src/App.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'frontend/src/App.tsx')
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 555ce4c..36c2d03 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -27,7 +27,7 @@ const App: React.FC = () => {
yo} />
- } />
+ } />
} />
} />
} />
--
cgit v1.2.3