Skip to content

Commit

Permalink
feat: add eldorado logo
Browse files Browse the repository at this point in the history
  • Loading branch information
meu-bem committed Sep 26, 2024
1 parent a48fd40 commit 000b001
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/(home)/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import apyb from '@/assets/sponsors/logo-apyb.svg'
import bemol from '@/assets/sponsors/logo-bemol.png'
import caes from '@/assets/sponsors/logo-caes.png'
import casi from '@/assets/sponsors/logo-casi.png'
import eldorado from '@/assets/sponsors/logo-eldorado.png'
import encora from '@/assets/sponsors/logo-encora.svg'
import fpf from '@/assets/sponsors/logo-fpf-tech.svg'
import icetUfam from '@/assets/sponsors/logo-icet.png'
Expand Down Expand Up @@ -60,7 +61,12 @@ const quotas: Quota[] = [
{
name: 'FPF Tech',
image: fpf,
height: 'max-h-14',
height: 'max-h-16',
},
{
name: 'Instituto de Pesquisas Eldorado',
image: eldorado,
height: 'max-h-20',
},
{
name: 'Vinta',
Expand Down
Binary file added src/assets/sponsors/logo-eldorado.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 000b001

Please sign in to comment.