From c8be96160a21f5daad602e68256c3149bf5ad6c4 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Feb 2026 12:08:55 +0000 Subject: [PATCH] Make "Powered by Veerify" badge a clickable link to veerify.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the badge in PublicFeedbackBoard, PublicTeamProducts, and the settings appearance preview — all three were plain text with no href. https://claude.ai/code/session_019CgmPnr4PWGGVsvakfSxhS --- TODO.md | 1 - components/products/ProductSettingsAppearance.vue | 2 +- components/public/PublicFeedbackBoard.vue | 2 +- components/public/PublicTeamProducts.vue | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index d3aedcb..6de3dfe 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,5 @@ - Send email when domain has been connected - Create user -- Show "Powered by Veerify" does not do anything when clicked - add API with API docs - Update color picker to use new design - click to access feedback details for items in personal feedback list diff --git a/components/products/ProductSettingsAppearance.vue b/components/products/ProductSettingsAppearance.vue index 31b2128..255a590 100644 --- a/components/products/ProductSettingsAppearance.vue +++ b/components/products/ProductSettingsAppearance.vue @@ -114,7 +114,7 @@
-

Powered by Veerify

+ Powered by Veerify
diff --git a/components/public/PublicFeedbackBoard.vue b/components/public/PublicFeedbackBoard.vue index 5cd70ea..615c703 100644 --- a/components/public/PublicFeedbackBoard.vue +++ b/components/public/PublicFeedbackBoard.vue @@ -236,7 +236,7 @@
- Powered by Veerify + Powered by Veerify
diff --git a/components/public/PublicTeamProducts.vue b/components/public/PublicTeamProducts.vue index 6d3a9e2..ba3443c 100644 --- a/components/public/PublicTeamProducts.vue +++ b/components/public/PublicTeamProducts.vue @@ -49,7 +49,7 @@
- Powered by Veerify + Powered by Veerify