mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-05 08:42:46 +00:00
feat: LCEOnline instead of LCELive
This commit is contained in:
parent
ab397f4bb9
commit
fdb95d0d8f
|
|
@ -444,7 +444,7 @@ const LceOnlineView = memo(function LceOnlineView({
|
|||
<div className="flex flex-col flex-1 bg-black/5 shadow-inner rounded overflow-hidden border-4 border-[#222]">
|
||||
<div className="bg-black/10 px-4 py-3 text-[#2a2a2a] font-bold tracking-widest uppercase border-b-4 border-[#222] flex justify-between shadow-sm z-10">
|
||||
<span>
|
||||
{currentTab === "friends" ? "Friends" : "Pending Requests"}
|
||||
{currentTab === "friends" ? "Friends" : currentTab === "invites" ? "Invites" : "Pending Requests"}
|
||||
</span>
|
||||
<span className="text-[#111]">{listItems.length}</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue