Skip to content

Commit

Permalink
Merge pull request #39 from RMoodsTeam/SebastianNowak01/rename
Browse files Browse the repository at this point in the history
Frontend - change instances of XMoods to RMoods
  • Loading branch information
m-milek authored Jul 7, 2024
2 parents d0d9c9e + 68af97d commit 81d22e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "XMoods",
title: "RMoods",
description: "Generated by create next app",
};

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {
const [count, setCount] = useState(0);
return (
<>
<h1>XMoods</h1>
<h1>RMoods</h1>
<button onClick={() => setCount(count + 1)}>Count is {count}</button>
</>
);
Expand Down

0 comments on commit 81d22e8

Please sign in to comment.