Use generic code icon
All checks were successful
Build and deploy / build-wasm (push) Successful in 21s
Build and deploy / build-react (push) Successful in 51s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Update OVH DNS (push) Successful in 4s
Build and deploy / Pin to cluster node (push) Successful in 5s
All checks were successful
Build and deploy / build-wasm (push) Successful in 21s
Build and deploy / build-react (push) Successful in 51s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Update OVH DNS (push) Successful in 4s
Build and deploy / Pin to cluster node (push) Successful in 5s
This commit is contained in:
parent
3b0f139c4a
commit
202560a249
@ -1,5 +1,4 @@
|
||||
import { faGithub } from "@fortawesome/free-brands-svg-icons";
|
||||
import { faIgloo } from "@fortawesome/free-solid-svg-icons";
|
||||
import { faIgloo, faCodeBranch } from "@fortawesome/free-solid-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||
import ThemeToggler from "./ThemeToggler";
|
||||
|
||||
@ -13,7 +12,7 @@ function Header() {
|
||||
href="https://gitea.bruyant.xyz/alexandre/PaletteSwitcher"
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faGithub}
|
||||
icon={faCodeBranch}
|
||||
className="fa-2x hover:text-nord-7 mx-2"
|
||||
/>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user