Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
bercivarga committed Mar 10, 2024
1 parent 7df5a2f commit fdd33b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/(marketing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import Link from "next/link";
import { Button } from "@/components/ui/button";

export const metadata: Metadata = {
title: "CF Showcase Project",
description: "Made for CLEVER°FRANKE by @berci.dev",
title: "Second Brain Showcase Project",
description: "This is a showcase portfolio project. Made by @berci.dev",
};

export default function Home() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cf-showcase",
"name": "second-brain-showcase",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit fdd33b2

Please sign in to comment.