diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 884a406..79d40f4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - metadataBase: new URL('https://threads.codebustar.com'), + metadataBase: new URL('https://smiths.codebustar.com'), title: { default: siteConfig.name, template: `%s • ${siteConfig.name}`, @@ -29,8 +29,8 @@ export const metadata: Metadata = { "prisma", "tRPC", "sujjeee", - "threads", - "threads-clone", + "smiths", + "smiths-clone", "t3-stack", "uploadthing", "shadcn ui" diff --git a/src/components/auth/account-setup-form.tsx b/src/components/auth/account-setup-form.tsx index fc42fb1..d907e36 100644 --- a/src/components/auth/account-setup-form.tsx +++ b/src/components/auth/account-setup-form.tsx @@ -64,8 +64,8 @@ export default function AccountSetupForm({ username }: { username: string }) { if (success) { router.push(origin ? `${origin}` : '/') } - toast.success(`Welcome to threads ${username} !`) - + toast.success(`Welcome to smiths ${username} !`) + }, onError: (err) => { toast.error("AuthCallBack: Something went wrong!") diff --git a/src/components/user/user-details.tsx b/src/components/user/user-details.tsx index 25aa82b..4b63eb3 100644 --- a/src/components/user/user-details.tsx +++ b/src/components/user/user-details.tsx @@ -50,7 +50,7 @@ const UserProfile: React.FC = (props) => {

{username}

- threads.net + smiths.net @@ -111,7 +111,7 @@ const UserProfile: React.FC = (props) => { href={`/${basePath}`} className={cn("flex items-center justify-center w-full h-12 font-medium duration-200 text-center text-neutral-600", { "border-b-2 border-foreground text-foreground": lastSegment === basePath })}> - Threads + Smiths