style(ui): clean Delegate Session button text (remove + and key emoji)
This commit is contained in:
parent
debe95c89b
commit
8777ae33c8
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user