Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi authored Sep 19, 2024
1 parent ef2d9f2 commit 85fc105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/Discover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import {
} from "@/utils/discover";

import { SubPageLayout } from "./layouts/SubPageLayout";
import { Icon, Icons } from "../components/Icon";
import { PageTitle } from "./parts/util/PageTitle";
import { Icon, Icons } from "../components/Icon";

export function Discover() {
const { t } = useTranslation();
Expand Down
4 changes: 1 addition & 3 deletions src/pages/Support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ export function SupportPage() {
<div className="pt-6">
<Button
className="py px-4 box-content bg-buttons-secondary hover:bg-buttons-secondaryHover bg-opacity-90 text-buttons-secondaryText justify-center items-center inline-block"
onClick={() =>
window.open("https://docs.undi.rest", "_blank")
}
onClick={() => window.open("https://docs.undi.rest", "_blank")}
>
Sudo-Flix Docs
</Button>
Expand Down

0 comments on commit 85fc105

Please sign in to comment.