mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-09-01 19:49:11 +02:00
refactor: simplify button classes for presenter and event links in event management UI
This commit is contained in:
@@ -322,7 +322,7 @@
|
|||||||
id={"openPresenter-#{@event.uuid}"}
|
id={"openPresenter-#{@event.uuid}"}
|
||||||
data-url={~p"/e/#{@event.code}/presenter"}
|
data-url={~p"/e/#{@event.code}/presenter"}
|
||||||
type="button"
|
type="button"
|
||||||
class="hidden lg:inline-flex items-center gap-x-2 px-3 py-2.5 rounded-full text-sm font-bold btn btn-gradient border-none"
|
class="hidden lg:inline-flex btn btn-gradient"
|
||||||
>
|
>
|
||||||
<!-- Play icon -->
|
<!-- Play icon -->
|
||||||
<svg
|
<svg
|
||||||
@@ -342,7 +342,7 @@
|
|||||||
<a
|
<a
|
||||||
href={~p"/e/#{@event.code}"}
|
href={~p"/e/#{@event.code}"}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="hidden sm:flex items-center gap-x-1 bg-gray-100 border border-gray-100 rounded-full px-3 py-2.5 hover:bg-gray-200 transition cursor-pointer"
|
class="hidden sm:flex btn btn-tertiary"
|
||||||
>
|
>
|
||||||
<!-- User icon -->
|
<!-- User icon -->
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Reference in New Issue
Block a user