mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 22:58:06 -05:00
fix footer links (#503)
This commit is contained in:
@@ -174,10 +174,12 @@ export function SiteFooter() {
|
||||
<ItemLabel label={LABELS.COMMON.FOOTER.TERMS_OF_USE} />
|
||||
</Link>
|
||||
<Link
|
||||
href={siteConfig.links.articles}
|
||||
href={siteConfig.links.jobs}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="flex items-center gap-2"
|
||||
>
|
||||
<ItemLabel label="Blog" external />
|
||||
<ItemLabel label="Jobs" external />
|
||||
</Link>
|
||||
</LinksWrapper>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user