Skip to content

Commit

Permalink
chore: change word in header in admin panel from "ypovoli" to "admin" #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 16, 2024
1 parent 3ba2f17 commit d67adc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/admin/AdminHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const items = computed(() => [
<div id="header" class="w-full flex text-white p-4">
<!-- Title -->
<div class="hidden md:flex align-items-end">
<h1 class="text-white m-0">Ypovoli</h1>
<h1 class="text-white m-0">Admin</h1>
</div>
<!-- User information -->
<div class="text-right ml-auto text-sm flex flex-column align-items-end gap-3">
Expand Down

0 comments on commit d67adc9

Please sign in to comment.