Merge pull request #51 from Lapikud/add_logos

BFGL logo
pull/52/head
Renkar 4 months ago committed by GitHub
commit c8e406403a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      public/sponsors/tallinnaharidusamet.jpg
  2. 9
      src/app/[locale]/page.tsx

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@ -212,6 +212,15 @@ export default async function Home({
className="object-contain"
/>
</NextLink>
<NextLink href="https://www.tallinn.ee/et/haridus" target="_blank">
<Image
src="/sponsors/tallinnaharidusamet.jpg"
alt="Tallinna Haridusamet"
width={192}
height={192}
className="object-contain"
/>
</NextLink>
</div>
</div>
</div>

Loading…
Cancel
Save