mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
Finished the first release for the website
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface NavItem {
|
||||
title: string
|
||||
href?: string
|
||||
href: string
|
||||
disabled?: boolean
|
||||
external?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user