Revert "undo commit"

This reverts commit 9103f67db5.
This commit is contained in:
daniel31x13
2024-11-03 03:27:52 -05:00
parent e37702aa14
commit dbd096ab76
176 changed files with 2362 additions and 9401 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ export default function MainLayout({ children }: Props) {
return (
<div className="flex" data-testid="dashboard-wrapper">
{showAnnouncement && (
{showAnnouncement ? (
<Announcement toggleAnnouncementBar={toggleAnnouncementBar} />
)}
) : undefined}
<div className="hidden lg:block">
<Sidebar className={`fixed top-0`} />
</div>