Skip to content

Commit

Permalink
Change Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
noamzadik17 committed Mar 27, 2024
1 parent 812c6b5 commit 12d8acb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/(root)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home = async ({ searchParams }: SearchParamProps) => {
<>
<section className="home">
<h1 className="home-heading">
Unleash Your Creative Vision with Imaginify
Unleash Your Creative Vision with Susify
</h1>
<ul className="flex-center w-full gap-20">
{navLinks.slice(1, 5).map((link) => (
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const IBMPlex = IBM_Plex_Sans({
});

export const metadata: Metadata = {
title: "Imaginify",
title: "Susify",
description: "AI-powered image generator",
};

Expand Down
2 changes: 1 addition & 1 deletion lib/database/mongoose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const connectToDatabase = async () => {
cached.promise =
cached.promise ||
mongoose.connect(MONGODB_URL, {
dbName: 'imaginify', bufferCommands: false
dbName: 'Susify', bufferCommands: false
})

cached.conn = await cached.promise;
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "imaginify",
"name": "Susify",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}

0 comments on commit 12d8acb

Please sign in to comment.