feat: Implement initial admin and mobile application UI, including styling, layouts, authentication, and legal page components.
This commit is contained in:
@@ -21,7 +21,7 @@ export async function generateMetadata(): Promise<Metadata> {
|
||||
const description = org
|
||||
? `Willkommen im offiziellen Portal der ${org.name}.`
|
||||
: 'Digitale Mitgliederverwaltung, Push-News und Lehrlingsboerse fuer Handwerksinnungen.'
|
||||
const icon = org?.logoUrl || '/favicon.ico'
|
||||
const icon = org?.logoUrl || '/logo.png'
|
||||
|
||||
return {
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user