mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-07 05:02:07 +02:00
Remove redundant classes
This commit is contained in:
parent
e59d4c72a4
commit
4937e76d59
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ const ProjectTemplate = ({ data }) => {
|
|||
<header>
|
||||
<div className={styles.headerInner}>
|
||||
<h1><Trans>project</Trans>: {projectName}</h1>
|
||||
<span className={styles.postMeta}>{project.shortDescription}</span>
|
||||
<span>{project.shortDescription}</span>
|
||||
</div>
|
||||
</header>
|
||||
<div className={styles.headerPlaceholder}></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue