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);
setIsShown(true);
fetch(
`/app-ideas/Projects/${row[3].trim()}/${row[1].trim()}.md`
`/Projects/${row[3].trim()}/${row[1].trim()}.md`
).then(async (res) => {
setContent(
<div

Loading…
Cancel
Save