fix(tooltip): added new tag to discover

pull/1049/head
trashtemp 2022-01-10 17:56:48 +01:00
parent a9a2aff9a6
commit 8333efdacc
1 changed files with 10 additions and 1 deletions

View File

@ -395,9 +395,18 @@ export default observer(() => {
style={{
display: "flex",
alignItems: "center",
gap: "4px",
gap: "6px",
}}>
<div>Discover Revolt</div>
<div
style={{
padding: "1px 5px",
fontSize: "11px",
background: "var(--status-busy)",
borderRadius: "60px",
}}>
NEW
</div>
</div>
}
placement="right">