mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:48:28 +02:00
Remove canny-specific links
This commit is contained in:
@@ -1899,7 +1899,7 @@ fn create_window(handle: &AppHandle, url: &str) -> WebviewWindow {
|
|||||||
_ = webview_window
|
_ = webview_window
|
||||||
.app_handle()
|
.app_handle()
|
||||||
.shell()
|
.shell()
|
||||||
.open("https://yaak.canny.io", None)
|
.open("https://yaak.app/roadmap", None)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Commands for development
|
// Commands for development
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ export function SettingsDropdown() {
|
|||||||
label: 'Feedback',
|
label: 'Feedback',
|
||||||
leftSlot: <Icon icon="chat" />,
|
leftSlot: <Icon icon="chat" />,
|
||||||
rightSlot: <Icon icon="externalLink" />,
|
rightSlot: <Icon icon="externalLink" />,
|
||||||
onSelect: () => open('https://yaak.canny.io'),
|
onSelect: () => open('https://yaak.app/roadmap'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'changelog',
|
key: 'changelog',
|
||||||
|
|||||||
@@ -35,5 +35,5 @@ export function Link({ href, children, className, ...other }: Props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function FeedbackLink() {
|
export function FeedbackLink() {
|
||||||
return <Link href="https://yaak.canny.io">Feedback</Link>;
|
return <Link href="https://yaak.app/roadmap">Feedback</Link>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user