From f104f89acfe828a813849194caddb5fb9631c121 Mon Sep 17 00:00:00 2001 From: Misode Date: Tue, 20 Jun 2023 04:43:53 +0200 Subject: [PATCH] Add icon for customized worlds --- src/app/components/Icons.tsx | 1 + src/app/pages/Home.tsx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/components/Icons.tsx b/src/app/components/Icons.tsx index f8299660..482a8ca7 100644 --- a/src/app/components/Icons.tsx +++ b/src/app/components/Icons.tsx @@ -5,6 +5,7 @@ export const Icons = { home: , report: , sounds: , + customized: , advancement: , block_definition: , chat_type: , diff --git a/src/app/pages/Home.tsx b/src/app/pages/Home.tsx index 525e7e0e..60698c96 100644 --- a/src/app/pages/Home.tsx +++ b/src/app/pages/Home.tsx @@ -88,9 +88,9 @@ function Tools() { const { locale } = useLocale() return - + desc="Create data packs to customize your world" /> @@ -102,7 +102,7 @@ function Tools() { desc="Visualize transformations for display entities" /> + desc="Convert your data packs from 1.16 to 1.20" /> }