Skip to content

Commit 54c1d40

Browse files
committed
Fix lint error (bad class)
1 parent e45c502 commit 54c1d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2024/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function Page() {
127127
alt={speaker.name}
128128
/>
129129
</a>
130-
<div className="opacity-1 pointer-events-none absolute bottom-0 left-0 flex h-[40px] w-[120px] justify-center bg-[rgba(0,0,0,0.6)] text-sm transition-opacity duration-300 group-hover:opacity-100 md:h-[55px] md:w-[210px] md:text-base md:opacity-0">
130+
<div className="pointer-events-none absolute bottom-0 left-0 flex h-[40px] w-[120px] justify-center bg-[rgba(0,0,0,0.6)] text-sm transition-opacity duration-300 group-hover:opacity-100 md:h-[55px] md:w-[210px] md:text-base md:opacity-0">
131131
<span className="mt-2.5 font-medium md:mt-3.5">
132132
{speaker.name.split(" ")[0]}
133133
</span>

0 commit comments

Comments
 (0)