Skip to content

Commit 4b13454

Browse files
committed
chore: add cursor-pointer
1 parent ba64124 commit 4b13454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ const Hero: React.FC<HeroProps> = ({ type = 'all', header, description }) => {
131131
))}
132132
<Tag
133133
key='tag'
134+
className='cursor-pointer'
134135
text={
135136
<>
136137
<i className='fas fa-tag' />{' '}

0 commit comments

Comments
 (0)