Merge pull request #88 from Lapikud/development

Development
pull/95/head
Renkar 2 months ago committed by GitHub
commit 73bfcea6e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      public/sponsors/driftikeskus.png
  2. BIN
      public/sponsors/ingame.png
  3. BIN
      public/sponsors/tomorrow.png
  4. 28
      src/components/Sponsors.tsx

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

@ -136,6 +136,34 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
className="object-contain" className="object-contain"
/> />
</NextLink> </NextLink>
<NextLink href="https://www.tomorrow.ee/" target="_blank">
<Image
src="/sponsors/tomorrow.png"
alt="Network Tomorrow"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
<NextLink href="https://driftikeskus.ee/" target="_blank">
<Image
src="/sponsors/driftikeskus.png"
alt="Driftikeskus"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
<NextLink href="https://ingame.ee/" target="_blank">
<Image
src="/sponsors/ingame.png"
alt="Ingame"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save