feat: add imprint to footer
This commit is contained in:
committed by
Mathias Schopmans
parent
8a982b9956
commit
6dd5d5c017
@@ -62,6 +62,10 @@ export function getItems(quadrant?: string, featured?: boolean): Item[] {
|
||||
}) as Item[];
|
||||
}
|
||||
|
||||
export function getImprintUrl() {
|
||||
return config.imprint;
|
||||
}
|
||||
|
||||
export function getItem(id: string): Item | undefined {
|
||||
return data.items.find((item) => item.id === id) as Item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user