Chimney added to project view
This commit is contained in:
@@ -7,9 +7,12 @@ import store from "./store";
|
|||||||
import "./assets/styles/tailwind.css";
|
import "./assets/styles/tailwind.css";
|
||||||
|
|
||||||
import { library } from "@fortawesome/fontawesome-svg-core";
|
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";
|
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<!-- Home Feed -->
|
<!-- Home Feed -->
|
||||||
<li class="basis-1/5 rounded-md text-slate-500">
|
<li class="basis-1/5 rounded-md text-slate-500">
|
||||||
<a href="" class="block text-center py-3 px-1"
|
<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>
|
></a>
|
||||||
</li>
|
</li>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
|||||||
Reference in New Issue
Block a user