Skip to content

Commit

Permalink
Change title location
Browse files Browse the repository at this point in the history
  • Loading branch information
gjonhajdari committed Nov 5, 2024
1 parent 33fc68d commit 2835799
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import store from "./store.js";
ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
<Provider store={store}>
<h1>Testing!</h1>
<App />
</Provider>
</React.StrictMode>,
Expand Down
1 change: 1 addition & 0 deletions src/ui/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function Home() {

return (
<div className="my-10 px-4 text-center sm:my-16">
<h1>Test Title</h1>
<h1 className="mb-8 text-xl font-semibold md:text-3xl">
The best pizza.
<br />
Expand Down

0 comments on commit 2835799

Please sign in to comment.