mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-25 11:26:22 +02:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
export function pricingUrl(intent: string): string {
|
|
return `https://yaak.app/pricing?intent=${encodeURIComponent(intent)}`;
|
|
}
|