Merge pull request #5 from Lapikud/add-bfgl-logo-to-sponsors-page

added bfgl logo to sponsors page
pull/10/head
Katri 5 months ago committed by GitHub
commit 66ece54481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      public/sponsors/BFGL.png
  2. 9
      src/app/page.tsx

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 KiB

@ -190,6 +190,15 @@ export default function Home() {
className="object-contain"
/>
</Link>
<Link href="https://www.facebook.com/bfglOfficial">
<Image
src="/sponsors/BFGL.png"
alt="BFGL"
width={192}
height={192}
className="object-contain"
/>
</Link>
</div>
</div>
</div>

Loading…
Cancel
Save