Skip to content

Commit

Permalink
added img alt
Browse files Browse the repository at this point in the history
  • Loading branch information
smalex-z authored and justinsheu committed Nov 6, 2024
1 parent a3cc249 commit 3807525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/projects/ProjectsContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import '../../styles/ProjectsContent.scss';
export default function ProjectsContent() {
return (
<div className="grow flex flex-col space-y-10 px-20 py-20 text-black min-w-full pc">
<img src="/projects/header.png"></img>
<img src="/projects/header.png" alt="Creative Labs Project Archive"></img>
<ContentSection title="">
<div className="relative flex flex-col w-full">
<div className="proj-container w-full">
Expand Down

0 comments on commit 3807525

Please sign in to comment.