File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Testimonials: Testimonial[] = [
35
35
} ,
36
36
} ,
37
37
{
38
- body : 'We are using ScriptKit to quickly automate tedious processes in our production pipeline and it’s awesome.' ,
38
+ body : 'We are using Script Kit to quickly automate tedious processes in our production pipeline and it’s awesome.' ,
39
39
url : 'https://twitter.com/jhooks/status/1383457083547258887' ,
40
40
created_at : new Date ( '04-17-2021' ) ,
41
41
author : {
@@ -46,7 +46,7 @@ const Testimonials: Testimonial[] = [
46
46
} ,
47
47
} ,
48
48
{
49
- 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' ,
49
+ 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' ,
50
50
url : 'https://twitter.com/lannonbr/status/1383199368841412609' ,
51
51
created_at : new Date ( '04-17-2021' ) ,
52
52
author : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const Sponsors = () => {
6
6
return process . env . NEXT_PUBLIC_SPONSORSHIP_URL ? (
7
7
< div className = "flex flex-col items-center justify-center text-center pt-10 px-5" >
8
8
< span className = "font-light text-lg opacity-80" >
9
- ScriptKit is made possible thanks to our sponsors
9
+ Script Kit is made possible thanks to our sponsors
10
10
</ span >
11
11
< div className = "flex flex-wrap justify-center gap-10 pt-8" >
12
12
{ sponsorsData . map ( ( { company, url, image} ) => {
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ const Login: React.FC<
44
44
const githubProvider = providers . github
45
45
46
46
return (
47
- < Layout meta = { { title : 'Log in to ScriptKit ' } } >
47
+ < Layout meta = { { title : 'Log in to Script Kit ' } } >
48
48
< 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" >
49
49
< 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" >
50
50
< h1 className = "pt-3 text-center font-text text-4xl font-extrabold leading-9 sm:pt-8 sm:text-4xl" >
51
- Log in to ScriptKit
51
+ Log in to Script Kit
52
52
</ h1 >
53
53
{ query ?. error === 'Verification' ? (
54
54
< p className = "max-w-sm pt-4 text-center sm:mx-auto sm:w-full sm:pt-8" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default function Confirm() {
6
6
return (
7
7
< Layout
8
8
withFooter = { false }
9
- meta = { { title : 'Subscribe to ScriptKit ' } }
9
+ meta = { { title : 'Subscribe to Script Kit ' } }
10
10
className = "flex items-center justify-center min-h-screen"
11
11
>
12
12
< main className = "flex flex-col items-center justify-center max-w-screen-sm pb-24" >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const TipsIndex: React.FC<TipsIndex> = ({tips}) => {
26
26
return (
27
27
< Layout
28
28
meta = { {
29
- title : `ScriptKit Tips by ${ process . env . NEXT_PUBLIC_PARTNER_FIRST_NAME } ${ process . env . NEXT_PUBLIC_PARTNER_LAST_NAME } ` ,
29
+ title : `Script Kit Tips by ${ process . env . NEXT_PUBLIC_PARTNER_FIRST_NAME } ${ process . env . NEXT_PUBLIC_PARTNER_LAST_NAME } ` ,
30
30
description : pageDescription ,
31
31
} }
32
32
>
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const TipTemplate: React.FC<{
116
116
] }
117
117
datePublished = { tip . _updatedAt || new Date ( ) . toISOString ( ) }
118
118
authorName = { `${ process . env . NEXT_PUBLIC_PARTNER_FIRST_NAME } ${ process . env . NEXT_PUBLIC_PARTNER_LAST_NAME } ` }
119
- description = { tip . description || 'ScriptKit Tip' }
119
+ description = { tip . description || 'Script Kit Tip' }
120
120
/>
121
121
< Layout
122
122
meta = { {
@@ -427,10 +427,10 @@ const SubscribeForm = ({
427
427
>
428
428
< MailIcon className = "h-5 w-5 text-brand" />
429
429
</ div > { ' ' }
430
- New ScriptKit tips delivered to your inbox
430
+ New Script Kit tips delivered to your inbox
431
431
</ div >
432
432
< SubscribeToConvertkitForm
433
- actionLabel = "Subscribe for ScriptKit tips"
433
+ actionLabel = "Subscribe for Script Kit tips"
434
434
onSuccess = { ( subscriber , email ) => {
435
435
return handleOnSuccess ( subscriber , email )
436
436
} }
You can’t perform that action at this time.
0 commit comments