mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-12 04:02:36 +00:00
feat: partner logos
This commit is contained in:
parent
9997bbb292
commit
2168031ac3
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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue