diff options
author | Pauline <git@ethanlibs.co> | 2024-01-22 10:28:29 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-01-22 10:28:29 +0100 |
commit | bdb5428612441036a69496d68dc38d39feba9370 (patch) | |
tree | cbabb9fe1778952b7dfd6f1d3f79ebfedbe03cc9 /apps/website/src/types | |
parent | f0e73cf90005709e20b2f16f63d67d6802af3332 (diff) | |
download | Nexus-main.tar.gz Nexus-main.tar.bz2 Nexus-main.zip |
Diffstat (limited to 'apps/website/src/types')
-rw-r--r-- | apps/website/src/types/Config.d.ts | 1 |
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[] } |