mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
💄 UI Changes (#1804)
This commit is contained in:
parent
56189c7381
commit
5af79028e5
10 changed files with 40 additions and 24 deletions
|
@ -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" /> →
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue