Skip to content

Commit

Permalink
add favicon and navbar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wkim10 committed Dec 12, 2024
1 parent 482807e commit 93495ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/SideNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SideNavBar = ({ user }: SideNavBarProps) => {
const tabs = user.role === Role.ADMIN ? adminTabs : volunteerTabs;

return (
<div className="h-screen w-60 border-t border-r border-gray-200 fixed left-0">
<div className="h-screen w-60 border-t border-r border-gray-200 fixed bg-white z-20 left-0">
<div className="flex place-content-center my-6 ">
<Image
className="cursor-pointer"
Expand Down

0 comments on commit 93495ff

Please sign in to comment.