Skip to content

Commit

Permalink
add horizontal line for page structure
Browse files Browse the repository at this point in the history
  • Loading branch information
amalyam committed Mar 25, 2024
1 parent 20e0a1e commit 793fa41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export function List({
<h1>You have no Lists!</h1>
)}
</ul>
<hr />
<div>
<h3>Welcome to your "{listName}" list. </h3>
<button onClick={handleShareList}>Share List</button>
Expand Down

0 comments on commit 793fa41

Please sign in to comment.