aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/types')
-rw-r--r--apps/website/src/types/Config.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/website/src/types/Config.d.ts b/apps/website/src/types/Config.d.ts
index 870cb3c..6a4306d 100644
--- a/apps/website/src/types/Config.d.ts
+++ b/apps/website/src/types/Config.d.ts
@@ -30,6 +30,7 @@ export interface NavbarElement {
text?: string
logo?: [string, number]
path?: string
+ alt?: string
dropdown?: NavbarDropdown[]
}