Merge pull request #51 from Lapikud/add_logos

BFGL logo
This commit is contained in:
Renkar
2025-08-26 13:32:59 +03:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -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>