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 />
<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
</Link>
</p>

View file

@ -76,7 +76,7 @@ export const ConsentForm = ({ submit }) => {
</button>
)}
<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
</Link>
</p>

View file

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