Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6189af0

Browse files
committed
replace purrfect.dev with podcast
1 parent 8e1fb64 commit 6189af0

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

frontend/main/src/components/PurrfectDevUpper.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function PurrfectDevUpper(): JSX.Element {
88
<section className="grid justify-center grid-cols-1 p-8 mx-auto 2xl:gap-10 lg:grid-cols-2 lg:px-10 2xl:min-h-768 max-w-7xl">
99
<section className="grid items-center content-center grid-cols-1 gap-4 mx-auto 2xl:mx-0 2xl:justify-self-end">
1010
<h1 className="pt-4 -mb-4 text-5xl leading-snug tracking-tight vertical-text-clip xl:tracking-wide xl:text-6xl xl:leading-snug 2xl:text-7xl 2xl:leading-snug">
11-
Purrfect.dev
11+
CodingCat.dev Podcast
1212
</h1>
1313
<p className="font-sans 2xl:text-2xl" style={{ maxWidth: `40ch` }}>
1414
A weekly podcast about web design and development from{' '}

frontend/main/src/components/ScheduleCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function ScheduleCard({ post }: { post: Post }): JSX.Element {
2020
<>
2121
<Image
2222
src={`${post?.coverPhoto?.public_id}`}
23-
alt={`Purrfect.dev hosted by Alex & Brittney with ${
23+
alt={`CodingCat.dev Podcast hosted by Alex & Brittney with ${
2424
post?.guests && post?.guests?.length > 1 ? 'guests' : 'guest'
2525
} ${post?.guests?.map((guest) => guest.name)}`}
2626
width="480"

frontend/main/src/components/ScheduleCards.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function ScheduleCards({
2323
<a>
2424
<Image
2525
src={`${post?.coverPhoto?.public_id}`}
26-
alt={`Purrfect.dev hosted by Alex & Brittney with ${
26+
alt={`CodingCat.dev Podcast hosted by Alex & Brittney with ${
2727
post?.guests && post?.guests?.length > 1
2828
? 'guests'
2929
: 'guest'

frontend/main/src/pages/podcasts/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ const Podcasts = ({
4848
url: 'https://codingcat.dev/podcasts',
4949
title: 'Purrfect Podcasts',
5050
description: 'Purrfect Podcasts about development.',
51-
site_name: 'Purrfect.dev',
51+
site_name: 'CodingCat.dev Podcast',
5252
images: [
5353
{
54-
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/purrfect.dev',
54+
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/CodingCat.dev Podcast',
5555
},
5656
],
5757
}}

frontend/main/src/pages/podcasts/page/[pageNumber].tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ const Podcasts = ({
8888
url: 'https://codingcat.dev/podcasts',
8989
title: 'Purrfect Podcasts',
9090
description: 'Purrfect Podcasts about development.',
91-
site_name: 'Purrfect.dev',
91+
site_name: 'CodingCat.dev Podcast',
9292
images: [
9393
{
94-
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/purrfect.dev',
94+
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/CodingCat.dev Podcast',
9595
},
9696
],
9797
}}

frontend/main/src/pages/sponsors/[sponsorPath].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function SponsorPage({
9898
url: `https://codingcat.dev/sponsors/${sponsor?.slug}`,
9999
title: `${sponsor?.title || ''} | CodingCatDev`,
100100
description: `${sponsor?.description}`,
101-
site_name: 'Purrfect.dev',
101+
site_name: 'CodingCat.dev Podcast',
102102
images: sponsor?.coverPhoto?.public_id
103103
? [
104104
{

frontend/main/src/pages/sponsors/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const Sponsors = ({
4848
locale: 'en_US',
4949
url: 'https://codingcat.dev/sponsors',
5050
title: 'Sponsors | CodingCatDev',
51-
description: 'Sponsors for Purrfect.dev',
52-
site_name: 'Purrfect.dev',
51+
description: 'Sponsors for CodingCat.dev Podcast',
52+
site_name: 'CodingCat.dev Podcast',
5353
images: [
5454
{
5555
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/Sponsors.png',

frontend/main/src/pages/sponsors/page/[pageNumber].tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ const SponsorsPage = ({
9898
locale: 'en_US',
9999
url: 'https://codingcat.dev/sponsors',
100100
title: 'Sponsors | CodingCatDev',
101-
description: 'Sponsors for Purrfect.dev',
102-
site_name: 'Purrfect.dev',
101+
description: 'Sponsors for CodingCat.dev Podcast',
102+
site_name: 'CodingCat.dev Podcast',
103103
images: [
104104
{
105105
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/Sponsors.png',

frontend/main/src/pages/sponsorship/index.tsx

+11-11
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ export default function Sponsorship({
7575
<>
7676
<NextSeo
7777
title="Purrfect Sponsorship"
78-
description="Sponsorship for Purrfect.dev"
78+
description="Sponsorship for CodingCat.dev Podcast"
7979
canonical={`https://codingcat.dev/sponsorship/`}
8080
openGraph={{
8181
type: 'website',
8282
locale: 'en_US',
8383
url: 'https://codingcat.dev/sponsorship',
8484
title: 'Purrfect Podcasts',
85-
description: 'Sponsorship for Purrfect.dev.',
86-
site_name: 'Purrfect.dev',
85+
description: 'Sponsorship for CodingCat.dev Podcast.',
86+
site_name: 'CodingCat.dev Podcast',
8787
images: [
8888
{
8989
url: 'https://media.codingcat.dev/image/upload/f_jpg/main-codingcatdev-photo/Sponsorship',
@@ -109,7 +109,7 @@ export default function Sponsorship({
109109
<div className="flex flex-col items-center justify-center">
110110
<p className="text-4xl">Sponsorship for</p>
111111
<p className="text-6xl font-extrabold md:text-8xl">
112-
Purrfect.dev
112+
CodingCat.dev Podcast
113113
</p>
114114
<p className="text-2xl">a CodingCat.dev Production</p>
115115
</div>
@@ -127,7 +127,7 @@ export default function Sponsorship({
127127
We&lsquo;d love to help!
128128
</p>
129129
<p className="text-2xl">
130-
Purrfect.dev is a weekly podcast that focuses on
130+
CodingCat.dev Podcast is a weekly podcast that focuses on
131131
developer&lsquo;s backgrounds, tools and tiips.
132132
</p>
133133
<p className="text-2xl">
@@ -151,7 +151,7 @@ export default function Sponsorship({
151151
Alex and Brittney both have a passion for teaching and the
152152
<span className="dark:text-secondary-400 text-secondary-300">
153153
{' '}
154-
Purrfect.dev{' '}
154+
CodingCat.dev Podcast{' '}
155155
</span>
156156
podcast is an extension of that passion!
157157
</p>
@@ -173,7 +173,7 @@ export default function Sponsorship({
173173
Brittney{' '}
174174
</span>
175175
joined Alex to complete the design of CodingCat.dev and then
176-
joined Purrfect.dev to give a designer turned
176+
joined CodingCat.dev Podcast to give a designer turned
177177
developer&lsquo;s perspective to the discussion.
178178
</p>
179179
</div>
@@ -384,16 +384,16 @@ export default function Sponsorship({
384384
</p>
385385
</div>
386386
<p className="text-xl md:text-2xl">
387-
These notes will be listed on Purrfect.dev permanently and
388-
within the user&lsquo;s podcatcher of choice (Apple,
387+
These notes will be listed on CodingCat.dev Podcast permanently
388+
and within the user&lsquo;s podcatcher of choice (Apple,
389389
Spotify...). This is a great opportunity to include unique
390390
targeted links and promo codes!
391391
</p>
392392
</div>
393393
<div className="w-full">
394394
<Image
395395
src={`/main-codingcatdev-photo/Screen_Shot_2022-08-02_at_12.55.38_PM.png`}
396-
alt="Purrfect.dev Sponsorship Image show logo."
396+
alt="CodingCat.dev Podcast Sponsorship Image show logo."
397397
layout="responsive"
398398
width="2078"
399399
height="2390"
@@ -444,7 +444,7 @@ export default function Sponsorship({
444444
4
445445
</span>
446446
<p className="text-3xl dark:text-secondary-400 text-secondary-300">
447-
An evergreen listing on the Purrfect.dev{' '}
447+
An evergreen listing on the CodingCat.dev Podcast{' '}
448448
<Link href="/sponsors">
449449
<a className="underline">sponsors page.</a>
450450
</Link>

frontend/main/src/services/notion.server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ export const queryRelationById = async (
820820
return await formatPosts(raw, _type);
821821
};
822822

823-
// Purrfect.dev
823+
// CodingCat.dev Podcast
824824

825825
export const queryPurrfectStreamByReleased = async (
826826
page_size?: number,

0 commit comments

Comments
 (0)