diff --git a/package.json b/package.json
index 0055e30..6f22ac3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "csgowtf",
- "version": "0.29.3",
+ "version": "0.30.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -21,6 +21,7 @@
"vue": "^3.2.19",
"vue-matomo": "^4.1.0",
"vue-router": "next",
+ "vue3-cookies": "^1.0.6",
"vuex": "^4.0.2"
},
"devDependencies": {
diff --git a/src/App.vue b/src/App.vue
index 78315e4..96f9e43 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,14 +9,16 @@
+
@@ -29,4 +31,10 @@ export default {
.spacer {
height: 70px;
}
+
+#cookie-btn {
+ position: fixed;
+ bottom: 30px;
+ right: 20px;
+}
diff --git a/src/components/CookieConsentBtn.vue b/src/components/CookieConsentBtn.vue
new file mode 100644
index 0000000..80ac2a4
--- /dev/null
+++ b/src/components/CookieConsentBtn.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+
Privacy Policy
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 63392af..142b0e8 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -1,17 +1,23 @@
-