Skip to content

Commit 4f7f870

Browse files
authored
chore: update the brand (#115)
* update the brand * remove useless files
2 parents 1179723 + 82afba9 commit 4f7f870

15 files changed

+10124
-14998
lines changed

client/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function RootLayout({
1616
return (
1717
<html lang="en">
1818
<head>
19-
<title>Agent Hub</title>
19+
<title>PeterCat</title>
2020
<link rel="shortcut icon" href="/images/favicon.ico" />
2121
<meta
2222
name="description"

client/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function Navbar() {
4545
<NextNavbar className='custom-nav-bar w-full'>
4646
<NavbarBrand className='custom-nav-brand w-[115px]' >
4747
<Link href="/">
48-
<Image className="opacity-100" src="/images/logo_new.svg" alt="botmeta" width={114} height={32} />
48+
<Image className="opacity-100" src="/images/logo_new.svg" alt="petercat" width={114} height={32} />
4949
</Link>
5050
</NavbarBrand>
5151
<NavbarContent className="w-[160px] mt-0.5 custom-nav-content hidden sm:flex gap-0" justify="start">

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "bot-meta",
2+
"name": "petercat",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
66
"bootstrap": "yarn",
77
"dev": "next dev",
88
"build": "next build",
9-
"build:docker": "docker build -t bot-meta .",
9+
"build:docker": "docker build -t petercat .",
1010
"start": "next start",
1111
"lint": "next lint",
1212
"format": "prettier --write \"app\""
-241 KB
Binary file not shown.

client/public/images/agent-convo.gif

-1000 KB
Binary file not shown.
-457 KB
Binary file not shown.

client/public/images/favicon.ico

252 KB
Binary file not shown.

client/public/images/og-image.png

-197 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

client/public/images/title-card.png

-262 KB
Binary file not shown.

0 commit comments

Comments
 (0)