fix admin login
Build & Push / Pipeline Tests (push) Successful in 1m49s
Test / Type Check (all packages) (push) Successful in 52s
Build & Push / Build & Push Docker Image (push) Successful in 3m51s
Test / API Unit Tests (push) Successful in 1m13s
Test / Homepage Unit Tests (push) Successful in 45s
Test / Carplace Unit Tests (push) Successful in 42s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 43s
Test / API Integration Tests (push) Successful in 1m6s
Build & Push / Pipeline Tests (push) Successful in 1m49s
Test / Type Check (all packages) (push) Successful in 52s
Build & Push / Build & Push Docker Image (push) Successful in 3m51s
Test / API Unit Tests (push) Successful in 1m13s
Test / Homepage Unit Tests (push) Successful in 45s
Test / Carplace Unit Tests (push) Successful in 42s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 43s
Test / API Integration Tests (push) Successful in 1m6s
This commit is contained in:
@@ -27,7 +27,6 @@ export function AuthHeader({ locale, themePreference }: Props) {
|
|||||||
alt="RentalDriveGo"
|
alt="RentalDriveGo"
|
||||||
width={36}
|
width={36}
|
||||||
height={36}
|
height={36}
|
||||||
priority
|
|
||||||
unoptimized
|
unoptimized
|
||||||
className={styles.mark}
|
className={styles.mark}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ export function BrandLink({
|
|||||||
width={36}
|
width={36}
|
||||||
height={36}
|
height={36}
|
||||||
className={styles.mark}
|
className={styles.mark}
|
||||||
priority
|
|
||||||
unoptimized
|
unoptimized
|
||||||
/>
|
/>
|
||||||
<span className={styles.brandName}>RentalDriveGo</span>
|
<span className={styles.brandName}>RentalDriveGo</span>
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ export function AuthShell({ locale, title, subtitle, children }: AuthShellProps)
|
|||||||
alt="RentalDriveGo"
|
alt="RentalDriveGo"
|
||||||
width={96}
|
width={96}
|
||||||
height={96}
|
height={96}
|
||||||
priority
|
|
||||||
unoptimized
|
unoptimized
|
||||||
className={styles.logo}
|
className={styles.logo}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user