We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb653a + f33819f commit 9b7827eCopy full SHA for 9b7827e
1 file changed
Clients/src/presentation/components/Sidebar/index.tsx
@@ -269,7 +269,7 @@ const Sidebar = () => {
269
component="aside"
270
className={`sidebar-menu ${collapsed ? "collapsed" : "expanded"}`}
271
py={theme.spacing(6)}
272
- gap={theme.spacing(6)}
+ gap={theme.spacing(2)}
273
sx={{
274
height: "100vh",
275
border: 1,
@@ -946,7 +946,7 @@ const Sidebar = () => {
946
<MenuItem
947
onClick={() => {
948
window.open(
949
- "https://github.com/bluewave-labs/verifywise/discussions",
+ "https://verifywise.ai/contact",
950
"_blank",
951
"noreferrer"
952
);
0 commit comments