Skip to content

Commit

Permalink
narrow down the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hsab committed May 20, 2020
1 parent 7aca5d7 commit 7767417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ProjectHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from './style.module.css';

const ProjectHeader = ({artistName, title, materials, link, children}) => (
<div className={container}>
<div>
<h3 className={headerArtist}>{artistName}</h3>
<h2 className={headerTitle}>{title}</h2>
<div className={headerMaterials} dangerouslySetInnerHTML={{__html: materials}} />
Expand Down

0 comments on commit 7767417

Please sign in to comment.