Skip to content

Commit

Permalink
Remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed Dec 6, 2024
1 parent 9adee03 commit 4482b91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
} from "@opencast/appkit";
import { IconType } from "react-icons";
import i18next from "i18next";
import useWindowDimensions from "../util/utilityFunctions";
import { languages as lngs } from "../i18n/lngs-generated";

function Header() {
Expand Down Expand Up @@ -124,7 +123,6 @@ const Logo: React.FC = () => {

const { t } = useTranslation();
const { scheme } = useColorScheme();
const { width } = useWindowDimensions();

const logo = css({
paddingLeft: "8px",
Expand Down

0 comments on commit 4482b91

Please sign in to comment.