mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
💄 Update manage alert
This commit is contained in:
parent
407f499469
commit
dcb7157b86
1 changed files with 5 additions and 5 deletions
|
@ -22,10 +22,10 @@ const GoToApp = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="border-primary-200 bg-primary-50/75 rounded-lg border p-2.5 text-sm lg:py-1 lg:pr-1">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex gap-2.5 sm:items-center">
|
||||
<UserCircle2Icon className="text-primary-600 size-4" />
|
||||
<div className="border-primary-200 bg-primary-50/75 rounded-lg border p-2.5 text-sm sm:p-1.5">
|
||||
<div className="flex items-start justify-between sm:items-center">
|
||||
<div className="flex gap-2.5 sm:items-center lg:px-2.5">
|
||||
<UserCircle2Icon className="text-primary-600 hidden size-4 sm:block" />
|
||||
<div className="flex grow flex-col gap-x-2.5 sm:flex-row">
|
||||
<h4 className="text-primary-600 font-medium">
|
||||
<Trans i18nKey="eventHostTitle" defaults="Manage Access" />
|
||||
|
@ -39,7 +39,7 @@ const GoToApp = () => {
|
|||
</div>
|
||||
</div>
|
||||
<Link
|
||||
className="text-primary-600 hover:bg-primary-100 active:bg-primary-200 inline-flex h-9 items-center gap-x-2.5 rounded-md px-3 font-medium"
|
||||
className="text-primary-600 hover:bg-primary-200/50 active:bg-primary-200 inline-flex h-9 items-center gap-x-2.5 rounded-md px-3 font-medium"
|
||||
href={`/poll/${poll.id}`}
|
||||
>
|
||||
<Trans i18nKey="manage" />
|
||||
|
|
Loading…
Add table
Reference in a new issue