Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri committed Mar 19, 2024
1 parent 662ee78 commit f6f48d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Header() {
<a href="/">
<img src={logo} alt="Logo" width={'150px'} />
</a>{' '}
<h3 translate='no'>Piro Synthesis Analyzer</h3>
<h3 translate="no">Piro Synthesis Analyzer</h3>
<a href="/about" className={styles.Aboutlink}>
About
</a>
Expand Down

0 comments on commit f6f48d0

Please sign in to comment.