fix all languages homepage
Build & Deploy / Build & Push Docker Image (push) Failing after 48s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 5m3s
Test / Marketplace Unit Tests (push) Failing after 4m56s
Test / Admin Unit Tests (push) Successful in 9m36s
Test / Dashboard Unit Tests (push) Successful in 9m38s
Test / API Integration Tests (push) Successful in 9m54s

This commit is contained in:
root
2026-06-26 21:58:03 -04:00
parent 7962bf9a92
commit e36a59b0bc
229 changed files with 9 additions and 13384 deletions
@@ -2,6 +2,7 @@ import { StatusBadge } from '@/components/foundation/StatusBadge';
import { accountCreateUrl } from '@/lib/account-urls';
import { localizedPath, type Locale } from '@/lib/localization/config';
import type { ShellMessages } from '@/lib/localization/messages';
import Image from 'next/image';
import styles from './SiteFooter.module.css';
function signInUrl(locale: Locale): string {
@@ -54,9 +55,14 @@ export function SiteFooter({ locale, messages }: SiteFooterProps) {
<div className={styles.inner}>
<div className={styles.brandColumn}>
<div className={styles.brand}>
<span aria-hidden="true" className={styles.mark}>
RDG
</span>
<Image
src="/rentaldrivego.png"
alt="RentalDriveGo"
width={40}
height={40}
unoptimized
style={{ borderRadius: '0.5rem', objectFit: 'contain', flexShrink: 0 }}
/>
<span>RentalDriveGo</span>
</div>
<p className={styles.tagline}>{footer.tagline}</p>