diff --git a/components/DonateBanner.tsx b/components/DonateBanner.tsx index db3835c1..03a932c9 100644 --- a/components/DonateBanner.tsx +++ b/components/DonateBanner.tsx @@ -3,7 +3,7 @@ export default function DonateBanner() { if (location.hostname.endsWith(".calendso.com")) { return null; -} +} return ( <> @@ -21,7 +21,7 @@ return null; Support the ongoing development - You're using the free self-hosted version. Support the + You're using the free self-hosted version. Support the ongoing development by making a donation.
diff --git a/components/ui/Text/Text.module.css b/components/ui/Text/Text.module.css index 0afe4759..c850000e 100644 --- a/components/ui/Text/Text.module.css +++ b/components/ui/Text/Text.module.css @@ -2,9 +2,6 @@ @apply font-medium; } */ -.text { -} - .text--body { @apply text-lg leading-relaxed; } diff --git a/next.config.js b/next.config.js index ab513115..56369deb 100644 --- a/next.config.js +++ b/next.config.js @@ -20,7 +20,7 @@ const validJson = (jsonString) => { return o; } } - catch (e) {} + catch (e) { console.error(e); } return false; } diff --git a/pages/auth/logout.tsx b/pages/auth/logout.tsx index fe1aaf78..86f8b0da 100644 --- a/pages/auth/logout.tsx +++ b/pages/auth/logout.tsx @@ -18,7 +18,7 @@ export default function Logout() {@@ -38,4 +38,4 @@ export default function Logout() {
@@ -289,7 +289,7 @@ export default function Availability(props) { -
Hide the event type from your page, so it can only be booked through it's URL.
+Hide the event type from your page, so it can only be booked through it's URL.
@@ -196,7 +196,7 @@ export default function Home({ integrations }) {