Skip to content

Commit

Permalink
Merge pull request tailwindlabs#4 from tailwindcss/fix-davids-image
Browse files Browse the repository at this point in the history
Set David's image to his Gravatar
  • Loading branch information
adamwathan committed Mar 4, 2018
2 parents 8c057c4 + e5ae856 commit 001c37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.blade.php
Expand Up @@ -61,7 +61,7 @@
</div>
<div class="mb-8 w-64 md:flex-x-center">
<div class="flex items-center">
<img class="h-16 w-16 rounded-full" src="https://pbs.twimg.com/profile_images/947852442363879424/GW0Jq5lf.jpg">
<img class="h-16 w-16 rounded-full" src="https://secure.gravatar.com/avatar/2821f93cef33ccd01b1262ac41f87d9c?size=512">
<div class="pl-4">
<a href="https://twitter.com/davidhemphill" class="block hover:underline text-dark text-lg text-medium">David Hemphill</a>
<a href="https://twitter.com/davidhemphill" class="block hover:underline text-tailwind-teal-dark text-sm">@davidhemphill</a>
Expand Down

0 comments on commit 001c37d

Please sign in to comment.