diff --git a/src/components/Project/ProjectNav.jsx b/src/components/Project/ProjectNav.jsx index 9fa89cdb..ffaf65dd 100644 --- a/src/components/Project/ProjectNav.jsx +++ b/src/components/Project/ProjectNav.jsx @@ -20,6 +20,7 @@ const ProjectNav = ({ onPillClick, activePill }) => { e.preventDefault(); onPillClick("profile"); }} + style={{ fontSize: '1rem' }} > Profile @@ -32,6 +33,7 @@ const ProjectNav = ({ onPillClick, activePill }) => { e.preventDefault(); onPillClick("teams"); }} + style={{ fontSize: '1rem' }} > Teams @@ -44,6 +46,7 @@ const ProjectNav = ({ onPillClick, activePill }) => { e.preventDefault(); onPillClick("infra"); }} + style={{ fontSize: '1rem' }} > Infrastructure @@ -59,6 +62,7 @@ const ProjectNav = ({ onPillClick, activePill }) => { e.preventDefault(); // Prevent page reload onPillClick("imagegallary"); }} + style={{ fontSize: '1rem' }} > Image Gallary @@ -72,6 +76,7 @@ const ProjectNav = ({ onPillClick, activePill }) => { e.preventDefault(); // Prevent page reload onPillClick("directory"); }} + style={{ fontSize: '1rem' }} > Directory diff --git a/src/pages/Activities/AttendancePage.jsx b/src/pages/Activities/AttendancePage.jsx index 9f309197..aabc7ee2 100644 --- a/src/pages/Activities/AttendancePage.jsx +++ b/src/pages/Activities/AttendancePage.jsx @@ -237,6 +237,7 @@ const AttendancePage = () => { onClick={() => setActiveTab("all")} data-bs-toggle="tab" data-bs-target="#navs-top-home" + style={{ fontSize: '1rem' }} > Today's @@ -248,6 +249,7 @@ const AttendancePage = () => { onClick={() => setActiveTab("logs")} data-bs-toggle="tab" data-bs-target="#navs-top-profile" + style={{ fontSize: '1rem' }} > Logs @@ -261,6 +263,7 @@ const AttendancePage = () => { onClick={() => setActiveTab("regularization")} data-bs-toggle="tab" data-bs-target="#navs-top-messages" + style={{ fontSize: '1rem' }} > Regularization