diff --git a/in/en/index.html b/in/en/index.html
index 3071b77..9f34d07 100644
--- a/in/en/index.html
+++ b/in/en/index.html
@@ -31,8 +31,9 @@
France
-
+
+
diff --git a/in/fr/index.html b/in/fr/index.html
index 1f93bbf..7509309 100644
--- a/in/fr/index.html
+++ b/in/fr/index.html
@@ -31,8 +31,9 @@
-
+
+
diff --git a/in/script/main.js b/in/script/main.js
index c50946b..b065b4f 100644
--- a/in/script/main.js
+++ b/in/script/main.js
@@ -1,4 +1,4 @@
-const buttons = ["link", "swap"];
+const buttons = ["item", "link", "swap"];
// toggle buttons
diff --git a/in/style/main.css b/in/style/main.css
index b67599a..6715431 100644
--- a/in/style/main.css
+++ b/in/style/main.css
@@ -54,7 +54,7 @@
/* main */
-#link, #theme, #swap {
+#item, #link, #swap, #theme {
background-color: var(--button-background);
}
#swap::after { content: "←"; }