Browse Source

fontawesome

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

1
TODO.md

@ -32,3 +32,4 @@ New Notes
* [x] Formatter
* [x] wrap warning containing \n
* [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>D<i class="fa-solid fa-user"></i></li>
</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>
Loading…
Cancel
Save