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
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn-primary"
|
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()"
|
onclick="openDelegateDrawer()"
|
||||||
>
|
>
|
||||||
<span style="font-size: 1.1rem;">🔑</span>
|
Delegate Session
|
||||||
<span>+ Delegate Session</span>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user