Skip to content

Make "Powered by Veerify" branding clickable with link - #31

Merged
Andreas-Froyland merged 1 commit into
mainfrom
claude/complete-todo-item-IQ1fr
Feb 16, 2026
Merged

Andreas-Froyland merged 1 commit into
mainfrom
claude/complete-todo-item-IQ1fr

Conversation

@Andreas-Froyland

Copy link
Copy Markdown
Member

Summary

Convert the "Powered by Veerify" branding text from static text/span elements to clickable links pointing to https://veerify.com across multiple public-facing components.

Changes

  • ProductSettingsAppearance.vue: Changed "Powered by Veerify" from a <p> tag to an <a> tag with link styling and hover effects
  • PublicFeedbackBoard.vue: Converted "Powered by Veerify" from a <span> to an <a> tag with proper link attributes
  • PublicTeamProducts.vue: Updated "Powered by Veerify" from a <span> to an <a> tag with consistent styling
  • TODO.md: Removed completed task "Show 'Powered by Veerify' does not do anything when clicked"

Implementation Details

  • All links include target="_blank" and rel="noopener noreferrer" for secure external navigation
  • Added hover:underline class to provide visual feedback on hover
  • Maintained existing styling and layout while making the branding interactive
  • Consistent implementation across all three components

https://claude.ai/code/session_019CgmPnr4PWGGVsvakfSxhS

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
@vercel

vercel Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
veerify Ready Ready Preview, Comment Feb 16, 2026 0:43am

@Andreas-Froyland
Andreas-Froyland merged commit 9e80ff4 into main Feb 16, 2026
8 of 10 checks passed
@Andreas-Froyland
Andreas-Froyland deleted the claude/complete-todo-item-IQ1fr branch February 17, 2026 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants