diff --git a/site/public/satispay-qr.jpg b/site/public/satispay-qr.jpg
new file mode 100644
index 0000000..a8d85d1
Binary files /dev/null and b/site/public/satispay-qr.jpg differ
diff --git a/site/src/pages/about/ca/index.astro b/site/src/pages/about/ca/index.astro
index 742644f..24b04b8 100644
--- a/site/src/pages/about/ca/index.astro
+++ b/site/src/pages/about/ca/index.astro
@@ -23,7 +23,7 @@ const labels = {
Seguiment d'activitats de codi obert i allotjament propi
-
+
+
+

+
@@ -156,8 +164,6 @@ const labels = {
try {
const me = await fetch('/api/me', { credentials: 'include' });
if (!me.ok) return;
- const feedbackBtn = document.getElementById('feedback-btn');
- if (feedbackBtn) feedbackBtn.style.display = '';
} catch { return; }
let data;
try {
diff --git a/site/src/pages/about/es/index.astro b/site/src/pages/about/es/index.astro
index 01bb4b7..e606d02 100644
--- a/site/src/pages/about/es/index.astro
+++ b/site/src/pages/about/es/index.astro
@@ -23,7 +23,7 @@ const labels = {
Seguimiento de actividades open-source y autoalojado
-
+
+
+

+
@@ -155,8 +163,6 @@ const labels = {
try {
const me = await fetch('/api/me', { credentials: 'include' });
if (!me.ok) return;
- const feedbackBtn = document.getElementById('feedback-btn');
- if (feedbackBtn) feedbackBtn.style.display = '';
} catch { return; }
let data;
try {
diff --git a/site/src/pages/about/index.astro b/site/src/pages/about/index.astro
index 0614b2e..6d18530 100644
--- a/site/src/pages/about/index.astro
+++ b/site/src/pages/about/index.astro
@@ -24,7 +24,7 @@ const labels = {
Open-source, self-hosted activity tracking
-
+
+
+
diff --git a/site/src/pages/about/it/index.astro b/site/src/pages/about/it/index.astro
index 1dce80f..bdf68ed 100644
--- a/site/src/pages/about/it/index.astro
+++ b/site/src/pages/about/it/index.astro
@@ -23,7 +23,7 @@ const labels = {
Tracciamento attivitΓ open-source e self-hosted
-
+
+
+

+
@@ -155,8 +163,6 @@ const labels = {
try {
const me = await fetch('/api/me', { credentials: 'include' });
if (!me.ok) return;
- const feedbackBtn = document.getElementById('feedback-btn');
- if (feedbackBtn) feedbackBtn.style.display = '';
} catch { return; }
let data;
try {