Skip to content

Commit 9b7827e

Browse files
Merge pull request #2198 from bluewave-labs/mo-224-sept-23-dropdown-spacing
Sidebar details
2 parents ccb653a + f33819f commit 9b7827e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Clients/src/presentation/components/Sidebar

Clients/src/presentation/components/Sidebar/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const Sidebar = () => {
269269
component="aside"
270270
className={`sidebar-menu ${collapsed ? "collapsed" : "expanded"}`}
271271
py={theme.spacing(6)}
272-
gap={theme.spacing(6)}
272+
gap={theme.spacing(2)}
273273
sx={{
274274
height: "100vh",
275275
border: 1,
@@ -946,7 +946,7 @@ const Sidebar = () => {
946946
<MenuItem
947947
onClick={() => {
948948
window.open(
949-
"https://github.com/bluewave-labs/verifywise/discussions",
949+
"https://verifywise.ai/contact",
950950
"_blank",
951951
"noreferrer"
952952
);

0 commit comments

Comments
 (0)