feat: partner logos

This commit is contained in:
neoapps-dev
2026-05-21 20:53:07 +03:00
parent 9997bbb292
commit 2168031ac3
3 changed files with 11 additions and 2 deletions

BIN
public/images/lcelive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -806,13 +806,21 @@ const LceLiveView = memo(function LceLiveView() {
style={{
backgroundImage: "url('/images/background.png')",
backgroundSize: "100% auto",
backgroundRepeat: "repeat",
backgroundRepeat: "no-repeat",
backgroundPosition: "top",
imageRendering: "pixelated",
}}
>
{renderContent()}
</div>
<div className="flex justify-center pt-4 pb-2">
<img
src="/images/lcelive.png"
alt="LCELive"
className="h-5 opacity-70 cursor-pointer hover:opacity-100 transition-opacity"
onClick={() => TauriService.openUrl('https://lcelive.co.uk')}
/>
</div>
</div>
<AnimatePresence>

View File

@@ -681,7 +681,8 @@ const WorkshopView = memo(function WorkshopView() {
<img
src="/images/bytebukkit.png"
alt="ByteBukkit"
className="h-5 opacity-70"
className="h-5 opacity-70 cursor-pointer hover:opacity-100 transition-opacity"
onClick={() => TauriService.openUrl('https://bytebukkit.github.io')}
/>
</div>
)}