fix(shared): Various broken links (see what I did there?)
This commit is contained in:
parent
569e2f7173
commit
16f5362dff
3 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue