Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created August 20, 2020 08:02
Show Gist options
  • Select an option

  • Save DopamineDriven/86c62d75621e93d01551c170fcf2b389 to your computer and use it in GitHub Desktop.

Select an option

Save DopamineDriven/86c62d75621e93d01551c170fcf2b389 to your computer and use it in GitHub Desktop.
tsx snippet
<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