💄 UI Changes (#1804)

This commit is contained in:
Luke Vella 2025-07-09 15:35:05 +03:00 committed by GitHub
parent 56189c7381
commit 5af79028e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 40 additions and 24 deletions

View file

@ -261,7 +261,7 @@ export const Footer: React.FunctionComponent = () => {
</div>
<a
href="https://support.rallly.co/contribute/translations"
className="inline-flex items-center rounded-md border px-3 py-2 text-gray-500 text-xs hover:border-primary-600 hover:text-primary-600"
className="inline-flex h-8 items-center rounded-md border px-3 text-gray-500 text-xs hover:border-primary-600 hover:text-primary-600"
>
<LanguagesIcon className="mr-2 size-5" />
<Trans ns="common" i18nKey="volunteerTranslator" /> &rarr;

View file

@ -93,7 +93,7 @@ export async function AppSidebar({
/>
</p>
<UpgradeButton>
<Button size="sm" variant="primary" className="w-full">
<Button variant="primary" className="w-full">
<Trans i18nKey="upgrade" defaults="Upgrade" />
</Button>
</UpgradeButton>