We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53db5e3 commit 157b2c1Copy full SHA for 157b2c1
app/(main)/_components/track.tsx
@@ -8,7 +8,7 @@ interface ITrackProps {
8
9
const Track: React.FC<ITrackProps> = ({ name }) => {
10
return (
11
- <div className="flex flex-col items-center space-y-4 md:hover:scale-105 transition-transform duration-300 md:cursor-pointer">
+ <div className="flex flex-col items-center space-y-4 md:hover:scale-105 transition-transform duration-300">
12
<Image
13
src={`/images/tracks/${name.toLowerCase()}.svg`}
14
width={300}
0 commit comments