From 9703559bf7c8e2a85536b2f354076d16bdbacf84 Mon Sep 17 00:00:00 2001 From: John Lindquist Date: Thu, 4 Jan 2024 14:01:28 -0700 Subject: [PATCH] fix(spelling): ScriptKit -> Script Kit --- apps/scriptkit/public/testimonials.ts | 4 ++-- apps/scriptkit/src/components/sponsors.tsx | 2 +- apps/scriptkit/src/pages/login.tsx | 4 ++-- apps/scriptkit/src/pages/newsletter.tsx | 2 +- apps/scriptkit/src/pages/tips/index.tsx | 2 +- apps/scriptkit/src/templates/tip-template.tsx | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/scriptkit/public/testimonials.ts b/apps/scriptkit/public/testimonials.ts index a23b3b3..20a1fc1 100644 --- a/apps/scriptkit/public/testimonials.ts +++ b/apps/scriptkit/public/testimonials.ts @@ -35,7 +35,7 @@ const Testimonials: Testimonial[] = [ }, }, { - body: 'We are using ScriptKit to quickly automate tedious processes in our production pipeline and it’s awesome.', + body: 'We are using Script Kit to quickly automate tedious processes in our production pipeline and it’s awesome.', url: 'https://twitter.com/jhooks/status/1383457083547258887', created_at: new Date('04-17-2021'), author: { @@ -46,7 +46,7 @@ const Testimonials: Testimonial[] = [ }, }, { - body: 'Enjoying the updated design for ScriptKit by @johnlindquist. The fact that it is just JS scripts at the end of the day really motivating for automating frequent workflows', + body: 'Enjoying the updated design for Script Kit by @johnlindquist. The fact that it is just JS scripts at the end of the day really motivating for automating frequent workflows', url: 'https://twitter.com/lannonbr/status/1383199368841412609', created_at: new Date('04-17-2021'), author: { diff --git a/apps/scriptkit/src/components/sponsors.tsx b/apps/scriptkit/src/components/sponsors.tsx index 930667b..1ec9e3e 100644 --- a/apps/scriptkit/src/components/sponsors.tsx +++ b/apps/scriptkit/src/components/sponsors.tsx @@ -6,7 +6,7 @@ const Sponsors = () => { return process.env.NEXT_PUBLIC_SPONSORSHIP_URL ? (
- ScriptKit is made possible thanks to our sponsors + Script Kit is made possible thanks to our sponsors
{sponsorsData.map(({company, url, image}) => { diff --git a/apps/scriptkit/src/pages/login.tsx b/apps/scriptkit/src/pages/login.tsx index 4a83d56..b39ae7e 100644 --- a/apps/scriptkit/src/pages/login.tsx +++ b/apps/scriptkit/src/pages/login.tsx @@ -44,11 +44,11 @@ const Login: React.FC< const githubProvider = providers.github return ( - +

- Log in to ScriptKit + Log in to Script Kit

{query?.error === 'Verification' ? (

diff --git a/apps/scriptkit/src/pages/newsletter.tsx b/apps/scriptkit/src/pages/newsletter.tsx index 0ab02b0..9dfee20 100644 --- a/apps/scriptkit/src/pages/newsletter.tsx +++ b/apps/scriptkit/src/pages/newsletter.tsx @@ -6,7 +6,7 @@ export default function Confirm() { return (

diff --git a/apps/scriptkit/src/pages/tips/index.tsx b/apps/scriptkit/src/pages/tips/index.tsx index ce756c4..3f618c9 100644 --- a/apps/scriptkit/src/pages/tips/index.tsx +++ b/apps/scriptkit/src/pages/tips/index.tsx @@ -26,7 +26,7 @@ const TipsIndex: React.FC = ({tips}) => { return ( diff --git a/apps/scriptkit/src/templates/tip-template.tsx b/apps/scriptkit/src/templates/tip-template.tsx index 0939f37..817cc4c 100644 --- a/apps/scriptkit/src/templates/tip-template.tsx +++ b/apps/scriptkit/src/templates/tip-template.tsx @@ -116,7 +116,7 @@ const TipTemplate: React.FC<{ ]} datePublished={tip._updatedAt || new Date().toISOString()} authorName={`${process.env.NEXT_PUBLIC_PARTNER_FIRST_NAME} ${process.env.NEXT_PUBLIC_PARTNER_LAST_NAME}`} - description={tip.description || 'ScriptKit Tip'} + description={tip.description || 'Script Kit Tip'} />
{' '} - New ScriptKit tips delivered to your inbox + New Script Kit tips delivered to your inbox
{ return handleOnSuccess(subscriber, email) }}