From 4769d2a9b8c0d3a6e710f43df6fd0ba6c92af3bc Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Thu, 4 Jun 2026 00:46:35 +0200 Subject: [PATCH] UI: Change light mode icon to a lightbulb --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3caa18c..0780fa3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faYoutube } from "@fortawesome/free-brands-svg-icons"; -import { faSun, faMoon, faHistory, faCog } from "@fortawesome/free-solid-svg-icons"; +import { faLightbulb, faMoon, faHistory, faCog } from "@fortawesome/free-solid-svg-icons"; import { Link } from "react-router-dom"; import { InputPanel } from "../components/InputPanel"; import type { InputValues } from "../components/InputPanel"; @@ -450,7 +450,7 @@ export function HomePage() {
- +