Skip to content

Commit 0d46074

Browse files
committed
Revert and remove hound
1 parent 31b8989 commit 0d46074

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.hound.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/feedback/layout/Header.jsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,14 @@ export const Header = ({ project }) => {
126126
)}
127127
</div>
128128
<div className={classes.boxCenter}>
129-
<img className={classes.logo} src={project.logoSmall} />
129+
<img
130+
className={classes.logo}
131+
src={project.logoSmall}
132+
alt={`logo ${project.name}`}
133+
/>
130134
<Hidden lgDown>
131135
<Typography
132-
variant="h2"
136+
variant="h1"
133137
color="textPrimary"
134138
aria-label={project.hideEventName && project.name}>
135139
{!project.hideEventName && project.name}

0 commit comments

Comments
 (0)