edit comment
This commit is contained in:
parent
2779c5e608
commit
99daa282d6
@ -2,7 +2,7 @@ import { GefestA } from "../modules/Gefest/primitives/a";
|
|||||||
import { GefestI } from "../modules/Gefest/primitives/i";
|
import { GefestI } from "../modules/Gefest/primitives/i";
|
||||||
import { DefaultElement } from "./default-element";
|
import { DefaultElement } from "./default-element";
|
||||||
|
|
||||||
type FontAwesomeGroup = "fas" | "far" | "fab"; // e.g. "fa-solid fa-home"
|
type FontAwesomeGroup = "fas" | "far" | "fab"; // e.g. "fas fa-home"
|
||||||
type FontAwesomeIcon = `${FontAwesomeGroup} fa-${string}`;
|
type FontAwesomeIcon = `${FontAwesomeGroup} fa-${string}`;
|
||||||
|
|
||||||
class NavbarButton extends DefaultElement {
|
class NavbarButton extends DefaultElement {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user