Skip to content

Commit

Permalink
Merge branch 'SundarbansWebOps:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dedWalker18 authored May 10, 2024
2 parents 8e9f8a4 + 226ad6c commit 129461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
>
<span class="ml-2 text-black dark:text-white font-semibold"><router-link to="user">{{ userDetails.name }}</router-link></span>
<button
style="background-color: rgb(145, 4, 4); color:aliceblue;border-radius: 5px; margin: 3px; padding: 4px;"
style="background-color: rgb(145, 4, 4); color:aliceblue;border-radius: 5px; margin: 3px; padding: 5.5px;"
@click="signOut"
>
Sign Out
Expand Down

0 comments on commit 129461e

Please sign in to comment.