ui: remove border above nav tabs on org and user settings

This commit is contained in:
Graham McIntire 2026-02-14 13:57:02 -06:00
parent 05737befa5
commit 35fc993db0
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
flash={@flash}
current_scope={@current_scope}
>
<div class="border-b border-gray-200 pb-5 dark:border-white/5">
<div class="pb-5">
<div class="mb-4">
<.link
navigate={~p"/dashboard"}

View file

@ -2,7 +2,7 @@
flash={@flash}
current_scope={@current_scope}
>
<div class="border-b border-gray-200 pb-5 dark:border-white/5">
<div class="pb-5">
<h1 class="text-3xl font-semibold tracking-tight text-gray-900 dark:text-white">
Account Settings
</h1>