Skip to content

Commit df5ff15

Browse files
authored
removes DOM error on classname (#730)
1 parent ba710b8 commit df5ff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Navbar() {
1818
<a id="nav-title" className="nav-section left" aria-label="acm home">
1919
{/* TODO: resolve next/image issue */}
2020
{/* eslint-disable-next-line @next/next/no-img-element */}
21-
<img src={'/images/acm_wordmark_chapter.svg'} class="acm-logo" alt="ACM at UCLA" />
21+
<img src={'/images/acm_wordmark_chapter.svg'} className="acm-logo" alt="ACM at UCLA" />
2222
</a>
2323
</Link>
2424
<section id="nav-items-container">

0 commit comments

Comments
 (0)