Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6e51c4d

Browse files
committed
fix changes for 128
1 parent 82f2d8d commit 6e51c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/tag/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function Tag({
6464
}, [text, selected]);
6565

6666
return (
67-
<button className={mainStyle} onClick={onClickAction}>
67+
<button className={mainStyle} title={text} onClick={onClickAction}>
6868
{text ? (
6969
<div className={styles.tagContent}>
7070
{text && <span title={text}>{text}</span>}

0 commit comments

Comments
 (0)