diff --git a/src/components/Project/ProjectNav.jsx b/src/components/Project/ProjectNav.jsx
index f4125237..95255b19 100644
--- a/src/components/Project/ProjectNav.jsx
+++ b/src/components/Project/ProjectNav.jsx
@@ -14,39 +14,36 @@ const ProjectNav = ({ onPillClick, activePill }) => {
-
{
e.preventDefault(); // Prevent page reload
onPillClick("profile");
}}
- style={{ fontSize: '1rem' }}
>
Profile
-
{
e.preventDefault(); // Prevent page reload
onPillClick("teams");
}}
- style={{ fontSize: '1rem' }}
>
Teams
-
{
e.preventDefault(); // Prevent page reload
onPillClick("infra");
}}
- style={{ fontSize: '1rem' }}
>
Infrastructure
@@ -69,13 +66,12 @@ const ProjectNav = ({ onPillClick, activePill }) => {
{
e.preventDefault(); // Prevent page reload
onPillClick("imagegallary");
}}
- style={{ fontSize: '1rem' }}
>
Image Gallary
@@ -83,13 +79,12 @@ const ProjectNav = ({ onPillClick, activePill }) => {
{(DirAdmin || DireManager || DirUser) && (
-
{
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 8bb0b595..9f309197 100644
--- a/src/pages/Activities/AttendancePage.jsx
+++ b/src/pages/Activities/AttendancePage.jsx
@@ -233,11 +233,10 @@ const AttendancePage = () => {
-
@@ -245,11 +244,10 @@ const AttendancePage = () => {
-
@@ -259,11 +257,10 @@ const AttendancePage = () => {
type="button"
className={`nav-link ${
activeTab === "regularization" ? "active" : ""
- }`}
+ } fs-6`}
onClick={() => setActiveTab("regularization")}
data-bs-toggle="tab"
data-bs-target="#navs-top-messages"
- style={{ fontSize: '1rem' }}
>
Regularization