Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/components/Logos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const baseClass = (className?: string) => ['logo-img', className].filter(Boolean
export function BancoDoBrasilLogo({ className, priority }: LogoProps) {
return (
<Image
src="/logos/banco-do-brasil.png"
src="/logos/banco-do-brasil.svg"
alt="Banco do Brasil"
width={150}
height={50}
Expand All @@ -23,7 +23,7 @@ export function BancoDoBrasilLogo({ className, priority }: LogoProps) {
export function HospitalEinsteinLogo({ className, priority }: LogoProps) {
return (
<Image
src="/logos/hospital-einstein.png"
src="/logos/hospital-einstein.svg"
alt="Hospital Israelita Albert Einstein"
width={150}
height={50}
Expand All @@ -36,7 +36,7 @@ export function HospitalEinsteinLogo({ className, priority }: LogoProps) {
export function MagazineLuizaLogo({ className, priority }: LogoProps) {
return (
<Image
src="/logos/magazine-luiza.png"
src="/logos/magazine-luiza.svg"
alt="Magazine Luiza"
width={150}
height={50}
Expand All @@ -49,7 +49,7 @@ export function MagazineLuizaLogo({ className, priority }: LogoProps) {
export function GovBrLogo({ className, priority }: LogoProps) {
return (
<Image
src="/logos/govbr.png"
src="/logos/govbr.svg"
alt="Gov.br"
width={150}
height={50}
Expand Down
Binary file removed public/logos/banco-do-brasil.png
Binary file not shown.
27 changes: 27 additions & 0 deletions public/logos/banco-do-brasil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logos/govbr.png
Binary file not shown.
22 changes: 22 additions & 0 deletions public/logos/govbr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logos/hospital-einstein.png
Binary file not shown.
20 changes: 20 additions & 0 deletions public/logos/hospital-einstein.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logos/magazine-luiza.png
Binary file not shown.
19 changes: 19 additions & 0 deletions public/logos/magazine-luiza.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 18 additions & 13 deletions public/seals/dataprev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 31 additions & 14 deletions public/seals/icp-brasil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.