Created
August 20, 2020 08:02
-
-
Save DopamineDriven/86c62d75621e93d01551c170fcf2b389 to your computer and use it in GitHub Desktop.
tsx snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a | |
| aria-label='react' | |
| target='__blank' | |
| href={vercel} | |
| className='bg-customGray text-white hover:text-white hover:bg-iconHover transition-colors leading-normal duration-500 text-lg inline-block text-center items-center align-middle justify-center w-8 h-8 mx-1 my-2 pt-1 rounded-full focus:outline-none' | |
| > | |
| <FontAwesomeIcon | |
| icon={faCustomVercelIcon} | |
| className='flex align-middle text-center font-extrabold text-1xl pb-1' | |
| size='lg' | |
| /> | |
| </a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment