diff --git a/frontend/src/app/components/header/components/HeaderDetails.jsx b/frontend/src/app/components/header/components/HeaderDetails.jsx
index 28d45bc..bfac617 100644
--- a/frontend/src/app/components/header/components/HeaderDetails.jsx
+++ b/frontend/src/app/components/header/components/HeaderDetails.jsx
@@ -1,8 +1,8 @@
"use client";
import React from "react";
-import orgStyles from "./Organization.module.css";
-import profileStyles from "./Profile.module.css";
+import orgStyle from "./organization.module.css";
+import profileStyle from "./profile.module.css";
import { useState } from "react";
@@ -24,22 +24,22 @@ const HeaderDetails = () => {
return (
<>
{/* Organization and Dropdown Section*/}
-
-
+
+
{/* Logo */}
-
-
+
+
Organization
-
+
{/* Dropdown Menu*/}
{openOrgDropdown && (
-
+
{/* Organization Header and Search */}
-
+
{/* Header */}
-
+
Organization
-
{/* Search */}
-
-
+
+
{
{/* Select Options */}
-
+
{orgList.map((org, index) => {
return (
handleOrgSelect(index)}
>