mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
feat: partner logos
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -806,13 +806,21 @@ const LceLiveView = memo(function LceLiveView() {
|
|||||||
style={{
|
style={{
|
||||||
backgroundImage: "url('/images/background.png')",
|
backgroundImage: "url('/images/background.png')",
|
||||||
backgroundSize: "100% auto",
|
backgroundSize: "100% auto",
|
||||||
backgroundRepeat: "repeat",
|
backgroundRepeat: "no-repeat",
|
||||||
backgroundPosition: "top",
|
backgroundPosition: "top",
|
||||||
imageRendering: "pixelated",
|
imageRendering: "pixelated",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{renderContent()}
|
{renderContent()}
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
|
||||||
<AnimatePresence>
|
<AnimatePresence>
|
||||||
|
|||||||
@@ -681,7 +681,8 @@ const WorkshopView = memo(function WorkshopView() {
|
|||||||
<img
|
<img
|
||||||
src="/images/bytebukkit.png"
|
src="/images/bytebukkit.png"
|
||||||
alt="ByteBukkit"
|
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>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user