Skip to content

Commit

Permalink
Merge pull request #23 from Den4200/fix/projects-link
Browse files Browse the repository at this point in the history
Fix projects page link in about me page.
  • Loading branch information
Den4200 committed Apr 16, 2021
2 parents 5a72b79 + 59c146b commit 73d252d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portfolio_frontend/src/pages/AboutPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Link } from "react-router-dom";
import "../../heading.css";
import "./about.css";
import aboutHeaderImage from "./about-header.jpg";
Expand Down Expand Up @@ -90,7 +91,7 @@ const AboutPage = () => (
before becoming an administrator. My teams placed in the top 3 in both jams.
</li>
<li className="text">
Various projects updated hourly on my <a href="{% url 'projects' %}">projects page</a>.
Various projects updated hourly on my <Link to="/projects">projects page</Link>.
</li>
</ul>

Expand Down

0 comments on commit 73d252d

Please sign in to comment.