mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-20 09:47:21 +02:00
✨ Show participated polls on polls page + UI refresh (#1089)
This commit is contained in:
parent
bd9e9fe95b
commit
f8a217ae75
125 changed files with 3007 additions and 2363 deletions
|
@ -78,10 +78,11 @@ export const TimesShownIn = () => {
|
|||
|
||||
return (
|
||||
<ClockPreferences>
|
||||
<button className="inline-flex items-center gap-x-2 text-sm hover:underline">
|
||||
<button className="inline-flex items-center gap-x-2.5 text-sm hover:underline">
|
||||
<GlobeIcon className="size-4" />
|
||||
<Trans
|
||||
i18nKey="timeShownIn"
|
||||
defaults="Times shown in {timeZone}"
|
||||
values={{ timeZone: timeZone.replaceAll("_", " ") }}
|
||||
/>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue