mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
no more double YOU
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-ZuH-jWBy.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-poMXYqdO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-hvTkRjRF.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -207,7 +207,7 @@ export default function UserListPanel({ hideNicknameForm = false, hideHeader = f
|
||||
{formatLabel(user, selfId)}
|
||||
</span>
|
||||
{isAdmin && <span className="text-[0.7rem] text-amber-200">★</span>}
|
||||
{isSelf && <span className="text-[0.7rem] text-white">YOU</span>}
|
||||
{/* {isSelf && <span className="text-[0.7rem] text-white">YOU</span>} */}
|
||||
{isCurrent && <span className="text-[0.7rem] text-slate-200">now</span>}
|
||||
{isNext && <span className="text-[0.7rem] text-emerald-100">next</span>}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user