diff --git a/src/frontend/src/assets/flags/XK.svg b/src/frontend/src/assets/flags/XK.svg
new file mode 100644
index 0000000..1e0603f
--- /dev/null
+++ b/src/frontend/src/assets/flags/XK.svg
@@ -0,0 +1,92 @@
+
+
diff --git a/src/frontend/src/components/UI/Flag.vue b/src/frontend/src/components/UI/Flag.vue
index c6c586d..8efffd6 100644
--- a/src/frontend/src/components/UI/Flag.vue
+++ b/src/frontend/src/components/UI/Flag.vue
@@ -1,12 +1,20 @@
+
+
\ No newline at end of file
diff --git a/src/frontend/src/main.js b/src/frontend/src/main.js
index eae9f1b..f1e835c 100644
--- a/src/frontend/src/main.js
+++ b/src/frontend/src/main.js
@@ -27,7 +27,8 @@ import {
PhArchive,
PhFloppyDisk,
PhArrowCounterClockwise,
- PhCheck, PhBug, PhShuffle, PhStack, PhFile, PhFilePlus, PhDownloadSimple
+ PhCheck, PhBug, PhShuffle, PhStack, PhFile, PhFilePlus, PhDownloadSimple, PhMonitor, PhCpu, PhFileJs, PhFileCloud,
+ PhCloudX, PhDesktop, PhHardDrives
} from "@phosphor-icons/vue";
const app = createApp(App);
@@ -62,6 +63,8 @@ app.component('PhBug', PhBug);
app.component('PhShuffle', PhShuffle);
app.component('PhStack', PhStack );
app.component('PhFile', PhFile);
+app.component("PhDesktop", PhDesktop );
+app.component("PhHardDrives", PhHardDrives );
app.use(router);
diff --git a/src/frontend/src/pages/Config.vue b/src/frontend/src/pages/Config.vue
index ba36dcf..873f561 100644
--- a/src/frontend/src/pages/Config.vue
+++ b/src/frontend/src/pages/Config.vue
@@ -3,9 +3,8 @@