File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,31 +18,31 @@ const Footer = () => {
1818 rel = "noopener noreferrer"
1919 className = "transition-transform transform hover:scale-110"
2020 >
21- < FontAwesomeIcon icon = { faX } className = "text-lg h-8 " />
21+ < FontAwesomeIcon icon = { faX } className = "text-lg h-6 " />
2222 </ a >
2323 < a
2424 href = "https://www.linkedin.com/company/acm-at-csulb/"
2525 target = "_blank"
2626 rel = "noopener noreferrer"
2727 className = "transition-transform transform hover:scale-110"
2828 >
29- < FontAwesomeIcon icon = { faLinkedin } className = "text-lg h-8 " />
29+ < FontAwesomeIcon icon = { faLinkedin } className = "text-lg h-6 " />
3030 </ a >
3131 < a
3232 href = "https://www.instagram.com/csulbacm"
3333 target = "_blank"
3434 rel = "noopener noreferrer"
3535 className = "transition-transform transform hover:scale-110"
3636 >
37- < FontAwesomeIcon icon = { faInstagram } className = "text-lg h-8 " />
37+ < FontAwesomeIcon icon = { faInstagram } className = "text-lg h-6 " />
3838 </ a >
3939 < a
4040 href = "https://discord.gg/TG2CRQNdQt"
4141 target = "_blank"
4242 rel = "noopener noreferrer"
4343 className = "transition-transform transform hover:scale-110"
4444 >
45- < FontAwesomeIcon icon = { faDiscord } className = "text-lg h-8 " />
45+ < FontAwesomeIcon icon = { faDiscord } className = "text-lg h-6 " />
4646 </ a >
4747 </ div >
4848 </ div >
You can’t perform that action at this time.
0 commit comments