Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
progof committed Nov 5, 2024
1 parent b9b6a73 commit 471c29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const progress = computed(() => {
>
<div class="flex justify-between items-center flex-1">
<div class="flex gap-2 items-center">
<span class="font-semibold text-xl text-zinc-100">ALTLOC</span>
<AstronautIcon class="size-10 stroke-[4] text-zinc-100" />
<span class="font-semibold text-xl text-zinc-100">ALTLOC</span>
</div>

<ProfileDropdownMenu v-if="user" :user="user" class="md:hidden" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ onUnmounted(() => {
>
<div class="container flex items-center justify-between gap-6">
<div class="flex gap-2 items-center">
<span class="font-semibold text-xl text-zinc-100">ALTLOC</span>
<AstronautIcon class="size-10 stroke-[4] text-zinc-100" />
<span class="font-semibold text-xl text-zinc-100">ALTLOC</span>
</div>

<div class="flex gap-6 justify-center md:justify-end">
Expand Down

0 comments on commit 471c29a

Please sign in to comment.