diff --git a/public/images/spyglass.png b/public/images/spyglass.png deleted file mode 100644 index dc93d5b2..00000000 Binary files a/public/images/spyglass.png and /dev/null differ diff --git a/src/app/pages/Home.tsx b/src/app/pages/Home.tsx index c2aeeb79..70eb831a 100644 --- a/src/app/pages/Home.tsx +++ b/src/app/pages/Home.tsx @@ -1,6 +1,6 @@ import { useMemo } from 'preact/hooks' import contributors from '../../contributors.json' -import { Card, ChangelogEntry, Footer, GeneratorCard, Giscus, Octicon, ToolCard, ToolGroup } from '../components/index.js' +import { Card, ChangelogEntry, Footer, GeneratorCard, Giscus, ToolCard, ToolGroup } from '../components/index.js' import { WhatsNewTime } from '../components/whatsnew/WhatsNewTime.jsx' import { useLocale, useTitle } from '../contexts/index.js' import { useAsync } from '../hooks/useAsync.js' @@ -27,7 +27,6 @@ export function Home({}: Props) { {smallScreen ? /* mobile */ <> - @@ -40,7 +39,6 @@ export function Home({}: Props) { {!smallScreen &&
-
} @@ -85,19 +83,6 @@ function FavoriteGenerators() { } -function Spyglass() { - return -
- Spyglass Logo -

- Datapack Helper Plus - {Octicon.arrow_right} -

-
-

VSCode extension with heavy language features, updated to Minecraft 1.21

-
-} - function Tools() { const { locale } = useLocale()