Remove canny-specific links

This commit is contained in:
Gregory Schier
2024-07-29 11:50:00 -07:00
parent 71e0d846b7
commit 4803539dd4
3 changed files with 3 additions and 3 deletions

View File

@@ -35,5 +35,5 @@ export function Link({ href, children, className, ...other }: Props) {
}
export function FeedbackLink() {
return <Link href="https://yaak.canny.io">Feedback</Link>;
return <Link href="https://yaak.app/roadmap">Feedback</Link>;
}