Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function Home() {
<div className="actions">
<Link to="/login" className="btn btn-primary">Get Started</Link>
<Link to="/dashboard" className="btn btn-secondary">View Dashboard</Link>
<Link to="/about" className="btn btn-secondary">Learn More</Link>
</div>
<section id="features">
<h2>Features</h2>
Expand Down