Update Projects.js

pull/508/head
Joseph Abbey 3 years ago committed by GitHub
parent a33edd53df
commit 95426ba0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@ export default function Projects({ tier }) {
setContent(undefined); setContent(undefined);
setIsShown(true); setIsShown(true);
fetch( fetch(
`/app-ideas/Projects/${row[3].trim()}/${row[1].trim()}.md` `/Projects/${row[3].trim()}/${row[1].trim()}.md`
).then(async (res) => { ).then(async (res) => {
setContent( setContent(
<div <div

Loading…
Cancel
Save