wrapping up: ff admin rename

This commit is contained in:
Julian Krauser 2025-01-10 11:32:01 +01:00
parent 6e69e84316
commit 3be63061a8
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<div class="max-w-md w-full space-y-8 pb-20">
<div class="flex flex-col items-center gap-4">
<img src="/Logo.png" alt="LOGO" class="h-36" />
<h2 class="text-center text-4xl font-extrabold text-gray-900">Mitgliederverwaltung</h2>
<h2 class="text-center text-4xl font-extrabold text-gray-900">FF Admin</h2>
</div>
<form class="flex flex-col gap-2" @submit.prevent="login">

View file

@ -1,7 +1,7 @@
<template>
<SidebarLayout>
<template #sidebar>
<SidebarTemplate mainTitle="Mein Account" topTitle="Mitgliederverwaltung" :showTopList="isOwner">
<SidebarTemplate mainTitle="Mein Account" topTitle="FF Admin" :showTopList="isOwner">
<template v-if="isOwner" #topList>
<RoutingLink
title="Administration"