add favicon
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s

This commit is contained in:
Lee 2024-04-16 22:03:48 +01:00
parent 9714765e15
commit fb5cb868a5
3 changed files with 3 additions and 3 deletions

BIN
src/app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -5,9 +5,9 @@ import { ToastContainer } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
import "./globals.css";
import Config from "../../../config.json";
import Container from "../components/container";
import ThemeProvider from "../components/theme-provider";
import Config from "../../config.json";
import Container from "./components/container";
import ThemeProvider from "./components/theme-provider";
export const viewport: Viewport = {
themeColor: "#3498DB",