From b1f45aea62332a38c61905b743ea9493373304e7 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 10 Sep 2023 12:02:42 -0400 Subject: [PATCH] fix: Change author name\ --- src/app/about/page.tsx | 4 ++-- src/app/feed.xml/route.ts | 2 +- src/app/layout.tsx | 6 +++--- src/components/Footer.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5e3da17..7acf2d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ function MailIcon(props: React.ComponentPropsWithoutRef<'svg'>) { export const metadata: Metadata = { title: 'About', description: - 'I’m Spencer Sharp. I live in New York City, where I design the future.', + 'I’m Prad Nukala. I live in New York City, where I design the future.', } export default function About() { @@ -69,7 +69,7 @@ export default function About() {

- I’m Spencer Sharp. I live in New York City, where I design the + I’m Prad Nukala. I live in New York City, where I design the future.

diff --git a/src/app/feed.xml/route.ts b/src/app/feed.xml/route.ts index 1ed7c48..bf96d63 100644 --- a/src/app/feed.xml/route.ts +++ b/src/app/feed.xml/route.ts @@ -10,7 +10,7 @@ export async function GET(req: Request) { } let author = { - name: 'Spencer Sharp', + name: 'Prad Nukala', email: 'spencer@planetaria.tech', } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e43dae3..4b595ac 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,12 +7,12 @@ import '@/styles/tailwind.css' export const metadata: Metadata = { title: { - template: '%s - Spencer Sharp', + template: '%s - Prad Nukala', default: - 'Spencer Sharp - Software designer, founder, and amateur astronaut', + 'Prad Nukala - Software designer, founder, and amateur astronaut', }, description: - 'I’m Spencer, a software designer and entrepreneur based in New York City. I’m the founder and CEO of Planetaria, where we develop technologies that empower regular people to explore space on their own terms.', + 'I’m Prad, a software designer and entrepreneur based in New York City. I’m the founder and CEO of Planetaria, where we develop technologies that empower regular people to explore space on their own terms.', alternates: { types: { 'application/rss+xml': `${process.env.NEXT_PUBLIC_SITE_URL}/feed.xml`, diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 8abc8af..823e119 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -33,7 +33,7 @@ export function Footer() { Uses

- © {new Date().getFullYear()} Spencer Sharp. All rights + © {new Date().getFullYear()} Prad Nukala. All rights reserved.