Skip to content

Commit 0b1fa1e

Browse files
committed
Added hover state for dark mode
1 parent 6966870 commit 0b1fa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/layouts/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const Footer = () => {
9494
<Link
9595
href="https://drive.google.com/file/d/16WloZF2c6y5cqj3Ea67KaRJBzsfFSbY1/view?usp=sharing"
9696
target="_blank"
97-
className="text-white dark:text-white-dark text-base hover:text-secondary"
97+
className="text-white dark:text-white-dark text-base hover:text-secondary dark:hover:text-secondary"
9898
>
9999
See the Flutterconke Code of Conduct
100100
</Link>

0 commit comments

Comments
 (0)