pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix linting issues

authored by

Cooper and committed by
GitHub
85fc105f ef2d9f2e

+2 -4
+1 -1
src/pages/Discover.tsx
··· 20 20 } from "@/utils/discover"; 21 21 22 22 import { SubPageLayout } from "./layouts/SubPageLayout"; 23 - import { Icon, Icons } from "../components/Icon"; 24 23 import { PageTitle } from "./parts/util/PageTitle"; 24 + import { Icon, Icons } from "../components/Icon"; 25 25 26 26 export function Discover() { 27 27 const { t } = useTranslation();
+1 -3
src/pages/Support.tsx
··· 94 94 <div className="pt-6"> 95 95 <Button 96 96 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" 97 - onClick={() => 98 - window.open("https://docs.undi.rest", "_blank") 99 - } 97 + onClick={() => window.open("https://docs.undi.rest", "_blank")} 100 98 > 101 99 Sudo-Flix Docs 102 100 </Button>