Skip to content

Commit

Permalink
Update page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-bh committed Dec 6, 2023
1 parent 348c601 commit bc58b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Calculator from '@/components/calculator/Calculator'
export default function Home() {
return (
<main className={styles.main}>
<h1>Welcome to the Calculator SDPD</h1>
<h1>Welcome to the Calculator</h1>
<Calculator />
</main>
)
Expand Down

0 comments on commit bc58b7d

Please sign in to comment.