Skip to content

Commit

Permalink
fix(spelling): ScriptKit -> Script Kit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Jan 4, 2024
1 parent d04726a commit 9703559
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/scriptkit/public/testimonials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion apps/scriptkit/src/components/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Sponsors = () => {
return process.env.NEXT_PUBLIC_SPONSORSHIP_URL ? (
<div className="flex flex-col items-center justify-center text-center pt-10 px-5">
<span className="font-light text-lg opacity-80">
ScriptKit is made possible thanks to our sponsors
Script Kit is made possible thanks to our sponsors
</span>
<div className="flex flex-wrap justify-center gap-10 pt-8">
{sponsorsData.map(({company, url, image}) => {
Expand Down
4 changes: 2 additions & 2 deletions apps/scriptkit/src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ const Login: React.FC<
const githubProvider = providers.github

return (
<Layout meta={{title: 'Log in to ScriptKit'}}>
<Layout meta={{title: 'Log in to Script Kit'}}>
<div className="relative mx-auto flex w-full flex-grow flex-col items-center justify-center pb-16 pt-16 text-white sm:p-5 sm:pt-40 md:pb-40">
<main className="relative z-10 rounded-lg border-gray-800 p-5 shadow-black/60 sm:mx-auto sm:border sm:bg-gray-800/90 sm:p-10 sm:shadow-2xl">
<h1 className="pt-3 text-center font-text text-4xl font-extrabold leading-9 sm:pt-8 sm:text-4xl">
Log in to ScriptKit
Log in to Script Kit
</h1>
{query?.error === 'Verification' ? (
<p className="max-w-sm pt-4 text-center sm:mx-auto sm:w-full sm:pt-8">
Expand Down
2 changes: 1 addition & 1 deletion apps/scriptkit/src/pages/newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Confirm() {
return (
<Layout
withFooter={false}
meta={{title: 'Subscribe to ScriptKit'}}
meta={{title: 'Subscribe to Script Kit'}}
className="flex items-center justify-center min-h-screen"
>
<main className="flex flex-col items-center justify-center max-w-screen-sm pb-24">
Expand Down
2 changes: 1 addition & 1 deletion apps/scriptkit/src/pages/tips/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const TipsIndex: React.FC<TipsIndex> = ({tips}) => {
return (
<Layout
meta={{
title: `ScriptKit Tips by ${process.env.NEXT_PUBLIC_PARTNER_FIRST_NAME} ${process.env.NEXT_PUBLIC_PARTNER_LAST_NAME}`,
title: `Script Kit Tips by ${process.env.NEXT_PUBLIC_PARTNER_FIRST_NAME} ${process.env.NEXT_PUBLIC_PARTNER_LAST_NAME}`,
description: pageDescription,
}}
>
Expand Down
6 changes: 3 additions & 3 deletions apps/scriptkit/src/templates/tip-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
/>
<Layout
meta={{
Expand Down Expand Up @@ -427,10 +427,10 @@ const SubscribeForm = ({
>
<MailIcon className="h-5 w-5 text-brand" />
</div>{' '}
New ScriptKit tips delivered to your inbox
New Script Kit tips delivered to your inbox
</div>
<SubscribeToConvertkitForm
actionLabel="Subscribe for ScriptKit tips"
actionLabel="Subscribe for Script Kit tips"
onSuccess={(subscriber, email) => {
return handleOnSuccess(subscriber, email)
}}
Expand Down

1 comment on commit 9703559

@vercel
Copy link

@vercel vercel bot commented on 9703559 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.