added sounds, updated nped config and tweaks + code quality improvements
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import type { VersionFieldType } from "../../types/types";
|
||||
import { useEffect, useState } from "react";
|
||||
import SoundBtn from "./SoundBtn";
|
||||
|
||||
async function fetchVersions(
|
||||
signal?: AbortSignal
|
||||
@@ -120,6 +121,7 @@ export default function Header() {
|
||||
size="2x"
|
||||
/>
|
||||
</Link>
|
||||
<SoundBtn />
|
||||
<Link to={"/system-settings"}>
|
||||
<FontAwesomeIcon className="text-white" icon={faGear} size="2x" />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user