Skip to content

Commit 1ba1997

Browse files
ct-dixitct-kaushal
andauthored
footer link change (#158)
Co-authored-by: kaushal gorasiya <kaushal.gorasiya@phoenixcoded.co>
1 parent 701b62b commit 1ba1997

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

vite/src/layout/MainLayout/Footer.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ export default function Footer() {
1717
<Stack direction="row" sx={{ gap: 1.5, alignItems: 'center', justifyContent: 'space-between' }}>
1818
<Link
1919
component={RouterLink}
20-
to="https://x.com/codedthemes"
20+
to="https://github.com/codedthemes/berry-free-react-admin-template"
2121
underline="hover"
2222
target="_blank"
2323
variant="caption"
2424
color="text.primary"
2525
>
26-
Twitter
26+
GitHub
2727
</Link>
2828
<Link
2929
component={RouterLink}
30-
to="https://discord.com/invite/p2E2WhCb6s"
30+
to="https://www.figma.com/community/file/1468460364009262125/berry-free-dashboard-ui-kit"
3131
underline="hover"
3232
target="_blank"
3333
variant="caption"
3434
color="text.primary"
3535
>
36-
Discord
36+
Figma UI Kit
3737
</Link>
3838
</Stack>
3939
</Stack>

0 commit comments

Comments
 (0)