diff --git a/frontend/frontend.js b/frontend/frontend.js
index 2962d2c..df5cc1c 100644
--- a/frontend/frontend.js
+++ b/frontend/frontend.js
@@ -178,7 +178,7 @@ function displayCasterTable(data) {
row.appendChild(nameTd)
const platformTd = document.createElement('td')
- platformTd.innerHTML = ``
+ platformTd.innerHTML = ``
row.appendChild(platformTd)
const handleTd = document.createElement('td')
diff --git a/frontend/gfx/gfx.html b/frontend/gfx/gfx.html
index 5aec8f4..e15f2f0 100644
--- a/frontend/gfx/gfx.html
+++ b/frontend/gfx/gfx.html
@@ -5,6 +5,10 @@
+