From 681f7d3ba097cd8d204ff3ac4dae01432d323e5b Mon Sep 17 00:00:00 2001
From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>
Date: Thu, 30 Jan 2025 14:43:17 +0300
Subject: feat/frontend: dynamic title and meta descriptions (#261)
---
frontend/src/App.tsx | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'frontend/src/App.tsx')
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index a02779b..bdd3adc 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -1,5 +1,6 @@
import React from 'react';
import { Routes, Route } from "react-router-dom";
+import { Helmet } from "react-helmet";
import { UserProfile } from '@customTypes/Profile';
import Sidebar from './components/Sidebar';
@@ -68,6 +69,10 @@ const App: React.FC = () => {
return (
<>
+
+ LPHUB
+
+
{
setUploadRunDialog(false);
if (updateProfile) {
--
cgit v1.2.3