Skip to content

Commit

Permalink
Merge pull request #14 from diggerhq/fix/copy-nextbase
Browse files Browse the repository at this point in the history
Replace Nextbase Ultimate text with Digger
  • Loading branch information
ZIJ authored Aug 9, 2024
2 parents 17a4fb1 + 2904db6 commit 6e0761f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function generateMetadata({ params }: { params: unknown }) {
const organizationTitle = await getOrganizationTitle(organizationId);

return {
title: `${organizationTitle} | Organization | Nextbase Ultimate`,
title: `${organizationTitle} | Organization | Digger`,
description: 'Organization title',
};
} catch (error) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function generateMetadata({ params }: { params: unknown }) {
const organizationTitle = await getOrganizationTitle(organizationId);

return {
title: `${organizationTitle} | Organization | Nextbase Ultimate`,
title: `${organizationTitle} | Organization | Digger`,
description: 'Organization title',
};
} catch (error) {
Expand Down
4 changes: 2 additions & 2 deletions src/app/(dynamic-pages)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
export const dynamic = 'force-dynamic';

export const metadata = {
title: 'Nextbase Ultimate',
description: 'Nextbase Ultimate',
title: 'Digger',
description: 'Digger',
};

export default async function RootLayout({
Expand Down

0 comments on commit 6e0761f

Please sign in to comment.