Fix unused botBadge

This commit is contained in:
MartinBraquet
2025-10-14 20:49:36 +02:00
parent 32b1491dd0
commit 26f46af375

View File

@@ -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 (