1
0
Fork 0

fix(shared): Various broken links (see what I did there?)

This commit is contained in:
Joost De Cock 2024-01-09 20:53:51 +01:00
parent 569e2f7173
commit 16f5362dff
3 changed files with 3 additions and 5 deletions

View file

@ -107,7 +107,7 @@ export const ConsentSettings = ({ title = false }) => {
)} )}
<BackToAccountButton /> <BackToAccountButton />
<p className="text-center opacity-50 mt-12"> <p className="text-center opacity-50 mt-12">
<Link href="/docs/various/privacy" className="hover:text-secondary underline"> <Link href="/docs/about/privacy" className="hover:text-secondary underline">
FreeSewing Privacy Notice FreeSewing Privacy Notice
</Link> </Link>
</p> </p>

View file

@ -76,7 +76,7 @@ export const ConsentForm = ({ submit }) => {
</button> </button>
)} )}
<p className="text-center opacity-50 mt-12"> <p className="text-center opacity-50 mt-12">
<Link href="/docs/various/privacy" className="hover:text-secondary underline"> <Link href="/docs/about/privacy" className="hover:text-secondary underline">
FreeSewing Privacy Notice FreeSewing Privacy Notice
</Link> </Link>
</p> </p>

View file

@ -24,9 +24,7 @@ export const socialList = (spectrum) => ({
MSF: { MSF: {
icon: <MsfIcon {...iconClasses(spectrum[0])} fill />, icon: <MsfIcon {...iconClasses(spectrum[0])} fill />,
href: href:
siteConfig.tld === 'org' siteConfig.tld === 'org' ? '/docs/about/pledge/' : 'https://freesewing.org/docs/about/pledge',
? '/docs/various/pledge/'
: 'https://freesewing.org/docs/various/pledge',
name: 'Doctors Without Borders / Médecins Sans Frontières', name: 'Doctors Without Borders / Médecins Sans Frontières',
community: false, community: false,
}, },