We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3475ec commit 50ef703Copy full SHA for 50ef703
src/pages/ProjectPage.js
@@ -103,13 +103,13 @@ const ProjectPage = () => {
103
<h1 className="text-4xl font-bold tracking-tight text-markdown-hx-color sm:text-6xl">
104
{fullProject.title}
105
</h1>
106
- {fullProject.image && (
107
- <img
108
- src={fullProject.image}
109
- alt={fullProject.title}
110
- className="mt-8 w-full rounded-lg text-gray-200"
111
- />
112
- )}
+ {/*{fullProject.image && (*/}
+ {/* <img*/}
+ {/* src={fullProject.image}*/}
+ {/* alt={fullProject.title}*/}
+ {/* className="mt-8 w-full rounded-lg text-gray-200"*/}
+ {/* />*/}
+ {/*)}*/}
113
<div className="mt-6 text-lg leading-8 text-gray-300 prose prose-dark">
114
<ReactMarkdown>{fullProject.fullContent}</ReactMarkdown>
115
</div>
0 commit comments