Skip to content

Commit

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

export const metadata: Metadata = {
title: "CLEVER°FRANKE Assignment",
description: "Made for Clever Franke by Berci Varga",
title: "CLEVER°FRANKE Showcase Project",
description: "Made for CLEVER°FRANKE 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": "clever-franke-assignment",
"name": "cf-showcase",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit d29a5a6

Please sign in to comment.