mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
feat: general fixes + blog update (#499)
This commit is contained in:
@@ -4,17 +4,9 @@ import { LABELS } from "@/app/labels"
|
||||
export function useAppSettings() {
|
||||
const MAIN_NAV: MainNavProps["items"] = [
|
||||
{
|
||||
title: LABELS.COMMON.MENU.HOME,
|
||||
href: "/",
|
||||
onlyMobile: true,
|
||||
title: LABELS.COMMON.MENU.ABOUT,
|
||||
href: "/about",
|
||||
},
|
||||
/*
|
||||
{
|
||||
title: "Devcon 7",
|
||||
href: "/devcon-7",
|
||||
onlyFooter: true,
|
||||
},
|
||||
*/
|
||||
{
|
||||
title: LABELS.COMMON.MENU.PROJECTS,
|
||||
href: "/projects",
|
||||
@@ -23,6 +15,23 @@ export function useAppSettings() {
|
||||
title: LABELS.COMMON.MENU.RESEARCH,
|
||||
href: "/research",
|
||||
},
|
||||
{
|
||||
title: LABELS.COMMON.MENU.BLOG,
|
||||
href: "/blog",
|
||||
},
|
||||
/*
|
||||
{
|
||||
title: LABELS.COMMON.MENU.HOME,
|
||||
href: "/",
|
||||
onlyMobile: true,
|
||||
},
|
||||
|
||||
{
|
||||
title: "Devcon 7",
|
||||
href: "/devcon-7",
|
||||
onlyFooter: true,
|
||||
},
|
||||
*/
|
||||
/*
|
||||
{
|
||||
title: LABELS.COMMON.MENU.PROGRAMS,
|
||||
@@ -30,21 +39,13 @@ export function useAppSettings() {
|
||||
onlyFooter: true,
|
||||
},
|
||||
*/
|
||||
{
|
||||
title: LABELS.COMMON.MENU.ABOUT,
|
||||
href: "/about",
|
||||
},
|
||||
|
||||
/*
|
||||
{
|
||||
title: LABELS.COMMON.MENU.RESOURCES,
|
||||
href: "/resources",
|
||||
},
|
||||
*/
|
||||
{
|
||||
title: LABELS.COMMON.MENU.BLOG,
|
||||
href: "/blog",
|
||||
onlyHeader: true,
|
||||
},
|
||||
]
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user