mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-01 02:21:45 +02:00
13a667a9b1
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Nguyễn Huỳnh Anh Khoa <113995598+anhkhoakz@users.noreply.github.com> Co-authored-by: startsevdenis <mail@startsevds.ru> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
export function pricingUrl(intent: string): string {
|
|
return `https://yaak.app/pricing?intent=${encodeURIComponent(intent)}`;
|
|
}
|