feat: select-none

This commit is contained in:
codytseng 2025-04-12 00:00:45 +08:00
parent a10c9d8ffe
commit ea5b50cf0a
7 changed files with 26 additions and 14 deletions

View file

@ -18,7 +18,7 @@ export default function FavoriteRelaysSetting() {
<TemporaryRelaySet />
<div className="space-y-2">
<div className="flex flex-wrap items-center justify-between gap-2">
<div className="text-muted-foreground font-semibold select-nones shrink-0">
<div className="text-muted-foreground font-semibold select-none shrink-0">
{t('Relay sets')}
</div>
<PullRelaySetsButton />