Skip to content

Commit

Permalink
Fix header not show
Browse files Browse the repository at this point in the history
  • Loading branch information
kbagot committed Jan 3, 2025
1 parent 3c00c3b commit e5189a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{ $t("boutton.ModifyProfiles") }}
</button>
</div>
<button @click="handleSignOut" \
<button @click="handleSignOut"
class="btn btn-error text-gray-200 hover:bg-red-600 transition-all duration-300">
{{ $t("boutton.SignOut") }}
</button>
Expand Down

0 comments on commit e5189a4

Please sign in to comment.