Skip to content

Commit 6e56c72

Browse files
committed
Footer responsive icons
1 parent 5970ff5 commit 6e56c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const AppFooter = () => {
5252
key={link.id}
5353
className="text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm p-4"
5454
>
55-
<i className="text-2xl md:text-3xl">
55+
<i className="text-xl sm:text-2xl md:text-3xl">
5656
{link.icon}
5757
</i>
5858
</a>

0 commit comments

Comments
 (0)