mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 14:48:13 -05:00
fix#491 - update blog link of the footer (#493)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user