Skip to content

Commit

Permalink
Merge pull request #67 from the-collab-lab/am-change-app-name
Browse files Browse the repository at this point in the history
  • Loading branch information
amalyam authored Apr 1, 2024
2 parents ab4a8f2 + 69bd0b9 commit b349d95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/views/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
margin: 0;
}

.intro-text {
width: 400px;
margin: auto;
padding-bottom: 20px;
}

.checkbox {
height: 200px;
}
6 changes: 5 additions & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export function Home() {
<>
<div className="Home">
<header className="Home-header">
<h2>Welcome to Box Makers!</h2>
<h2>Welcome to Aisle Be There!</h2>
<h3 className="intro-text">
The app for making smart shopping lists. Create lists to manage any
type of shopping, and mark items by how soon you'll need them again.
</h3>
<img
className="checkbox"
src="img/checkbox.png"
Expand Down

0 comments on commit b349d95

Please sign in to comment.