We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911cf67 commit f466458Copy full SHA for f466458
app/[locale]/dashboard/components/main-footer.tsx
@@ -91,12 +91,10 @@ const MainFooter = () => {
91
<Link href={'/about-us'}>
92
<Text color="onBgDefault"> About Us</Text>
93
</Link>
94
- {/* <Link href={'#'}>
95
- <Text color="onBgDefault"> Sitemap</Text>
96
- </Link>
97
- <Link href={'#'}>
+ <Link href={'mailto:[email protected]'}>
98
<Text color="onBgDefault"> Contact Us</Text>
99
- </Link> */}
+ </Link>
+
100
</div>
101
<div className=" flex items-center gap-2">
102
<Text color="onBgDefault"> made by</Text>
0 commit comments