fix: add space to make link clickable (#9763)
parent
86ba0766fc
commit
80ab6c9c98
|
@ -291,7 +291,7 @@ const methods = {
|
||||||
|
|
||||||
if (stylesConfig) {
|
if (stylesConfig) {
|
||||||
console.warn(
|
console.warn(
|
||||||
"Cal.com Embed: `styles` prop is deprecated. Use `cssVarsPerTheme` instead to achieve the same effect. Here is a list of CSS variables that are supported.https://github.com/calcom/cal.com/blob/main/packages/config/tailwind-preset.js#L19"
|
"Cal.com Embed: `styles` prop is deprecated. Use `cssVarsPerTheme` instead to achieve the same effect. Here is a list of CSS variables that are supported. https://github.com/calcom/cal.com/blob/main/packages/config/tailwind-preset.js#L19"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue