update sources page and add links to footer

This commit is contained in:
Kalidou Diagne
2024-01-25 17:18:08 +00:00
parent f995bc8481
commit 4d4fde0753
6 changed files with 68 additions and 30 deletions

View File

@@ -3,4 +3,5 @@ export interface NavItem {
href: string
disabled?: boolean
external?: boolean
onlyFooter?: boolean
}