From 99daa282d6bbcd40a1e0b1807b492ca9a482689e Mon Sep 17 00:00:00 2001 From: FullGreaM Date: Sun, 26 Apr 2026 22:54:43 +0300 Subject: [PATCH] edit comment --- frontend/src/pages/navbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/navbar.ts b/frontend/src/pages/navbar.ts index 43bdf0d..70c7de5 100644 --- a/frontend/src/pages/navbar.ts +++ b/frontend/src/pages/navbar.ts @@ -2,7 +2,7 @@ import { GefestA } from "../modules/Gefest/primitives/a"; import { GefestI } from "../modules/Gefest/primitives/i"; 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}`; class NavbarButton extends DefaultElement {