Browse Source

fontawesome

main
pvincent 3 months ago
parent
commit
57957afbee
  1. 3
      TODO.md
  2. 9
      app/views/layouts/_navbar.html.erb

3
TODO.md

@ -31,4 +31,5 @@ New Notes
* [x] Minitest * [x] Minitest
* [x] Formatter * [x] Formatter
* [x] wrap warning containing \n * [x] wrap warning containing \n
* [x] "\e[0;35mhello".length => 12 instead of 5!
* [x] "\e[0;35mhello".length => 12 instead of 5!
* [x] SQL compatible

9
app/views/layouts/_navbar.html.erb

@ -9,4 +9,13 @@
<li>C<i class="fa-regular fa-user"></i></li> <li>C<i class="fa-regular fa-user"></i></li>
<li>D<i class="fa-solid fa-user"></i></li> <li>D<i class="fa-solid fa-user"></i></li>
</ul> </ul>
<!-- solid style -->
<i class="fa-solid fa-user"></i>
<!-- regular style -->
<i class="fa-regular fa-user"></i>
<!--brand icon-->
<i class="fa-brands fa-github-square"></i>
</nav> </nav>
Loading…
Cancel
Save