From 204dccf08b435fa677f411fda76db59bc33eb368 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 23 Sep 2024 12:06:49 +0200 Subject: [PATCH] feat: add utm tag to powered by link --- frontend/src/components/home/ContentLinkShare.vue | 2 +- frontend/src/components/home/Navigation.vue | 5 ++++- frontend/src/components/home/PoweredByLink.vue | 9 ++++++++- frontend/src/urls.ts | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/home/ContentLinkShare.vue b/frontend/src/components/home/ContentLinkShare.vue index a6116c651..2853ff86d 100644 --- a/frontend/src/components/home/ContentLinkShare.vue +++ b/frontend/src/components/home/ContentLinkShare.vue @@ -21,7 +21,7 @@
- +
diff --git a/frontend/src/components/home/Navigation.vue b/frontend/src/components/home/Navigation.vue index 23070b90f..cd390a8c0 100644 --- a/frontend/src/components/home/Navigation.vue +++ b/frontend/src/components/home/Navigation.vue @@ -109,7 +109,10 @@ - + diff --git a/frontend/src/components/home/PoweredByLink.vue b/frontend/src/components/home/PoweredByLink.vue index 3376c2f04..03dea4db5 100644 --- a/frontend/src/components/home/PoweredByLink.vue +++ b/frontend/src/components/home/PoweredByLink.vue @@ -1,7 +1,7 @@