From 097d81b53b14bb0f8ce098ac4469688560055b30 Mon Sep 17 00:00:00 2001 From: Tben <52448020+BenjaminToby@users.noreply.github.com> Date: Sat, 12 Mar 2022 21:48:25 +0100 Subject: [PATCH] updates --- components/portfolioEntries.json | 6 ------ pages/work.jsx | 11 +++++++++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/components/portfolioEntries.json b/components/portfolioEntries.json index 34c93a5..e606166 100644 --- a/components/portfolioEntries.json +++ b/components/portfolioEntries.json @@ -1,10 +1,4 @@ [ - { - "title": "Stirrmedia Social webapp", - "description": "A new social media experience without censorship", - "url": "https://stirrmedia.com", - "image": "/images/stirrmediascreenshot.png" - }, { "title": "Traderhub", "description": "A marketplace for traders of all kinds in Nigeria", diff --git a/pages/work.jsx b/pages/work.jsx index fff0682..c0d9d57 100644 --- a/pages/work.jsx +++ b/pages/work.jsx @@ -5,7 +5,7 @@ import GeneralLayout from '../layouts/general_layout/GeneralLayout' import PortfolioEntry from '../components/PortfolioEntry' import threeJsAnimations from '../functions/frontend/threeJsAnimations' -const about = () => { +const myWork = () => { const portfolioEntries = require("../components/portfolioEntries.json"); React.useEffect(() => { @@ -31,4 +31,11 @@ const about = () => { ) } -export default about +export default myWork + +// { +// "title": "Stirrmedia Social webapp", +// "description": "A new social media experience without censorship", +// "url": "https://stirrmedia.com", +// "image": "/images/stirrmediascreenshot.png" +// },