diff --git a/components/sections/comingsoon.jsx b/components/sections/comingsoon.jsx index 5f4758195..f324f0538 100644 --- a/components/sections/comingsoon.jsx +++ b/components/sections/comingsoon.jsx @@ -23,9 +23,9 @@ export default function ComingSoon() {
- - - + + +
diff --git a/components/sections/index/career.jsx b/components/sections/index/career.jsx index f9d8fe06e..e6d7e7dec 100644 --- a/components/sections/index/career.jsx +++ b/components/sections/index/career.jsx @@ -47,7 +47,7 @@ export default function Career() {
- +

Director of Product Design and Development

Nov 2021 - Present · 1 yrs 3 mos

@@ -60,7 +60,7 @@ export default function Career() {
- +

Full Stack Developer & User Experience Designer

Feb 2020 - Nov 2021 · 1 yrs 10 mos

@@ -95,7 +95,7 @@ export default function Career() {
- +

Front End Developer & User Interface Designer

Apr 2019 - Feb 2020 · 11 mos

diff --git a/components/sections/projects/featured.jsx b/components/sections/projects/featured.jsx index 3e2d2196a..d8b864769 100644 --- a/components/sections/projects/featured.jsx +++ b/components/sections/projects/featured.jsx @@ -30,9 +30,9 @@ export default function FeaturedProjects() {
- - - + + +
diff --git a/components/sections/projects/recent.jsx b/components/sections/projects/recent.jsx index b90f460f5..a2dbe2d7d 100644 --- a/components/sections/projects/recent.jsx +++ b/components/sections/projects/recent.jsx @@ -15,7 +15,7 @@ export default function GitProjects({ repos, user }) {

Recent Projects

Github Profile Photo - +

{user[0].name}

{user[0].html_url}
@@ -43,7 +43,7 @@ export default function GitProjects({ repos, user }) { { topics.map( (e, index) => { - return ( {e} ) + return ( {e} ) }) }