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

added bfgl logo to sponsors page
This commit is contained in:
Katri
2025-08-05 10:31:42 +03:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

BIN
public/sponsors/BFGL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 KiB

View File

@@ -190,6 +190,15 @@ export default function Home() {
className="object-contain" className="object-contain"
/> />
</Link> </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> </div>
</div> </div>