From 59c146b1beee22b769dfe17fbda2181b55acea58 Mon Sep 17 00:00:00 2001 From: Den4200 Date: Fri, 16 Apr 2021 14:30:00 -0400 Subject: [PATCH] Fix projects page link in about me page. --- portfolio_frontend/src/pages/AboutPage/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portfolio_frontend/src/pages/AboutPage/index.tsx b/portfolio_frontend/src/pages/AboutPage/index.tsx index 0848191..4d3a188 100644 --- a/portfolio_frontend/src/pages/AboutPage/index.tsx +++ b/portfolio_frontend/src/pages/AboutPage/index.tsx @@ -1,3 +1,4 @@ +import { Link } from "react-router-dom"; import "../../heading.css"; import "./about.css"; import aboutHeaderImage from "./about-header.jpg"; @@ -90,7 +91,7 @@ const AboutPage = () => ( before becoming an administrator. My teams placed in the top 3 in both jams.
  • - Various projects updated hourly on my projects page. + Various projects updated hourly on my projects page.