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" />
}