mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
fix response design bug
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
3fa309ce66
commit
fe7dcf68ca
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<header
|
||||
class="mb-4 flex flex-row items-center space-x-3 opacity-60 sm:justify-end"
|
||||
class="mb-4 flex flex-row items-center justify-end space-x-3 opacity-60"
|
||||
>
|
||||
<div
|
||||
v-if="isAuthenticated"
|
||||
|
|
Loading…
Add table
Reference in a new issue