thats all for today!!

This commit is contained in:
2026-03-13 16:54:36 +08:00
parent cb850b4cd0
commit 30534eb169
8 changed files with 82 additions and 41 deletions

View File

@@ -9,22 +9,6 @@ const Header = () => {
{/* Organization Header */}
<div className={styles.organizationContainer}>
<div className={styles.orgContainer}>
{/* Burger Button */}
{/* <div className={styles.burgerBtn}>
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
fill="none"
>
<path
d="M3 4H21V6H3V4ZM3 11H15V13H3V11ZM3 18H21V20H3V18Z"
fill="white"
style={{ fillOpacity: 1 }}
/>
</svg>
</div> */}
{/* Logo */}
<div className={styles.orgLogo}></div>
<div className={styles.orgName}>

View File

@@ -10,9 +10,7 @@
gap: 16px;
border-radius: 4px;
}
.burgerBtn {
display: none;
}
.orgLogo {
width: 38px;
height: 38px;