[fix] game launch panic + adjust select-none styles
This commit is contained in:
@@ -21,7 +21,7 @@ const Card = ({ children }: CardProps) => {
|
||||
|
||||
const CardHeader = ({ children }: CardProps) => {
|
||||
return (
|
||||
<div className="flex items-center gap-1.5 tracking-wide">{children}</div>
|
||||
<div className="flex items-center gap-1.5 tracking-wide select-none">{children}</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user