mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 00:19:03 +02:00
💄 Fix text color of manage link
This commit is contained in:
parent
9a4b8f8290
commit
00bc312988
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const GoToApp = () => {
|
|||
</div>
|
||||
</div>
|
||||
<Link
|
||||
className="text-primary-600/75 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-100 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
Add a link
Reference in a new issue