style(ui): clean Delegate Session button text (remove + and key emoji)

This commit is contained in:
Tyler Gillispie 2026-08-26 19:39:04 -07:00
parent debe95c89b
commit 8777ae33c8

View File

@ -49,11 +49,10 @@ export const SessionsPage = ({
<button
type="button"
class="btn-primary"
style="min-height: 42px; box-shadow: var(--shadow-sm); display: inline-flex; align-items: center; gap: 0.4rem;"
style="min-height: 42px; box-shadow: var(--shadow-sm); display: inline-flex; align-items: center; justify-content: center;"
onclick="openDelegateDrawer()"
>
<span style="font-size: 1.1rem;">🔑</span>
<span>+ Delegate Session</span>
Delegate Session
</button>
</div>
</div>