Skip to content

Commit

Permalink
Rename just foodie to bite space
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 8, 2024
1 parent 7bad93f commit 816e9ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Just Foodie
# Bite Space

## Welcome to the Just Foodie Web App – Your Ultimate Culinary Companion!
## Welcome to the Bite Space Web App – Your Ultimate Culinary Companion!

A food web app for food lovers which is built in nextjs to discover popular foods and restaurants/cafes near you or where you want.

Expand Down
2 changes: 1 addition & 1 deletion website/app/head.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Head() {
return (
<>
<title>Just Foodie</title>
<title>Bite Space</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/images/logo.png" />
Expand Down
4 changes: 2 additions & 2 deletions website/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const Footer = () => {
height={30}
/> */}
<p className="text-3xl font-extrabold text-primary">
<span className="text-black dark:text-white">Just</span>{" "}
Foodie
<span className="text-black dark:text-white">Bite</span>{" "}
Space
</p>
</Link>
<p className="mb-9 text-base font-medium leading-relaxed text-body-color">
Expand Down
4 changes: 2 additions & 2 deletions website/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ const Header = () => {
: "text-white"
}`}
>
Just
Bite
</span>{" "}
Foodie
Space
</Link>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "just-foodie",
"name": "bite-space-website",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 816e9ac

Please sign in to comment.