diff --git a/src/layout/components/Settings/Dropdown/Platform.vue b/src/layout/components/Settings/Dropdown/Platform.vue
new file mode 100644
index 00000000..378c6992
--- /dev/null
+++ b/src/layout/components/Settings/Dropdown/Platform.vue
@@ -0,0 +1,49 @@
+
+
+
+ {{ platform_selection === 'DE' ? 'Platform: DE' : 'Platform: UK' }}
+
+
+
+
+
+
+
+
+
diff --git a/src/layout/components/Settings/Dropdown/index.js b/src/layout/components/Settings/Dropdown/index.js
new file mode 100644
index 00000000..d3d89a31
--- /dev/null
+++ b/src/layout/components/Settings/Dropdown/index.js
@@ -0,0 +1 @@
+export { default as PlatformDropdown } from './Platform'
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 32ef0189..7c3c4b1e 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -23,17 +23,28 @@
+
+