mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-05-21 17:54:30 +00:00
feat: partner logos
This commit is contained in:
BIN
public/images/lcelive.png
Normal file
BIN
public/images/lcelive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user