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 />
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue