diff --git a/src-web/components/Settings/SettingsLicense.tsx b/src-web/components/Settings/SettingsLicense.tsx index 060b52af..2bcf7104 100644 --- a/src-web/components/Settings/SettingsLicense.tsx +++ b/src-web/components/Settings/SettingsLicense.tsx @@ -26,7 +26,7 @@ export function SettingsLicense() { License active! Enjoy using Yaak for commercial use. ) : ( - + {check.data?.type === 'trialing' && (

Your trial ends in {formatDistanceToNow(check.data.end)}. @@ -34,14 +34,17 @@ export function SettingsLicense() { )}

A commercial license is required if using Yaak within a for-profit organization of two - or more people. This helps support the ongoing development of Yaak and ensures continued - growth and improvement. + or more people.{' '} + + Learn More + +

+

+ This helps support the ongoing development of Yaak and ensures continued growth and + improvement.{' '}

If you're using Yaak for personal use, no action is needed.

-

~ Gregory

- - Learn More - +

~ Gregory

)} diff --git a/src-web/components/core/Link.tsx b/src-web/components/core/Link.tsx index 6eeec22a..394c44ea 100644 --- a/src-web/components/core/Link.tsx +++ b/src-web/components/core/Link.tsx @@ -30,7 +30,7 @@ export function Link({ href, children, className, event, ...other }: Props) { {...other} > {children} - + ); }