edit comment

This commit is contained in:
FullGreaM 2026-04-26 22:54:43 +03:00
parent 2779c5e608
commit 99daa282d6

View File

@ -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 {