mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-05 13:44:12 -04:00
Fix unused botBadge
This commit is contained in:
@@ -98,13 +98,13 @@ export function UserLink(props: {
|
||||
)
|
||||
}
|
||||
|
||||
function BotBadge() {
|
||||
return (
|
||||
<span className="bg-ink-100 text-ink-800 ml-1.5 whitespace-nowrap rounded-full px-2.5 py-0.5 text-xs font-medium">
|
||||
Bot
|
||||
</span>
|
||||
)
|
||||
}
|
||||
// function BotBadge() {
|
||||
// return (
|
||||
// <span className="bg-ink-100 text-ink-800 ml-1.5 whitespace-nowrap rounded-full px-2.5 py-0.5 text-xs font-medium">
|
||||
// Bot
|
||||
// </span>
|
||||
// )
|
||||
// }
|
||||
|
||||
export function BannedBadge() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user