Chimney added to project view

This commit is contained in:
Matthew Aaron Raymer
2022-11-28 19:03:23 +08:00
parent 55ba4f0154
commit 6fc070b45d
2 changed files with 6 additions and 3 deletions

View File

@@ -7,9 +7,12 @@ import store from "./store";
import "./assets/styles/tailwind.css";
import { library } from "@fortawesome/fontawesome-svg-core";
import { faChevronLeft } from "@fortawesome/free-solid-svg-icons";
import {
faChevronLeft,
faHouseChimney,
} from "@fortawesome/free-solid-svg-icons";
library.add(faChevronLeft);
library.add(faChevronLeft, faHouseChimney);
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";

View File

@@ -5,7 +5,7 @@
<!-- Home Feed -->
<li class="basis-1/5 rounded-md text-slate-500">
<a href="" class="block text-center py-3 px-1"
><i class="fa-solid fa-house-chimney fa-fw"></i
><fa icon="house-chimney"></fa
></a>
</li>
<!-- Search -->