fix#491 - update blog link of the footer (#493)

This commit is contained in:
Kalidou Diagne
2025-07-08 13:45:44 +02:00
committed by GitHub
parent 1cf201b947
commit 3783b574f3
2 changed files with 1 additions and 3 deletions

View File

@@ -85,8 +85,6 @@ export function SiteFooter() {
<Link
href={siteConfig.links.articles}
className="flex items-center gap-2"
target="_blank"
rel="noreferrer"
>
<ItemLabel label="Blog" external />
</Link>

View File

@@ -10,7 +10,7 @@ export const siteConfig = {
github: "https://github.com/privacy-scaling-explorations",
docs: "https://ui.shadcn.com",
discord: "https://discord.com/invite/sF5CT5rzrR",
articles: "https://mirror.xyz/privacy-scaling-explorations.eth",
articles: "https://pse.dev/blog",
youtube: "https://www.youtube.com/@privacyscalingexplorations-1",
jobs: "https://jobs.lever.co/ethereumfoundation/?department=Ethereum%20Foundation&team=Privacy%20and%20Scaling%20Explorations",
termOfUse: "https://ethereum.org/en/terms-of-use/",