Skip to content

Commit

Permalink
fix: Space between buttons in nav (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Oct 21, 2024
1 parent b668f07 commit 44397b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/App/Topnav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ watch(
</label>
</form>

<div class="flex space-x-2.5 shrink-0">
<div class="flex space-x-2 shrink-0">
<UiButton v-if="loading || web3.authLoading" loading />
<UiButton
v-else
Expand Down

0 comments on commit 44397b5

Please sign in to comment.