Skip to content

Commit

Permalink
feat: add casi logo
Browse files Browse the repository at this point in the history
  • Loading branch information
meu-bem committed Sep 16, 2024
1 parent c3fd80a commit 96d2d42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/(home)/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { StaticImageData } from 'next/image'
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 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 @@ -82,6 +83,11 @@ const quotas: Quota[] = [
image: caes,
height: 'max-h-40',
},
{
name: 'Centro Acadêmico de Sistemas de Informação',
image: casi,
height: 'max-h-60',
},
{
name: 'Encora',
image: encora,
Expand Down
Binary file added src/assets/sponsors/logo-casi.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 96d2d42

Please sign in to comment.