Updated README section icon

This commit is contained in:
Chris Kankiewicz
2020-01-08 21:47:30 -07:00
parent 9104d2184a
commit 5c0cfcabf9

View File

@@ -1,6 +1,6 @@
<div id="readme" class="rounded-lg overflow-hidden shadow-md my-8">
<header class="flex items-center bg-blue-600 px-4 py-3 text-white">
<i class="fab fa-readme fa-lg pr-3"></i> README.md
<i class="fas fa-book fa-lg pr-3"></i> README.md
</header>
<article class="bg-gray-100 rounded-b-lg px-12 py-8 {{ readme.getExtension == 'md' ? 'markdown' : 'font-mono' }}">