We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba710b8 commit df5ff15Copy full SHA for df5ff15
components/Navbar.js
@@ -18,7 +18,7 @@ export default function Navbar() {
18
<a id="nav-title" className="nav-section left" aria-label="acm home">
19
{/* TODO: resolve next/image issue */}
20
{/* eslint-disable-next-line @next/next/no-img-element */}
21
- <img src={'/images/acm_wordmark_chapter.svg'} class="acm-logo" alt="ACM at UCLA" />
+ <img src={'/images/acm_wordmark_chapter.svg'} className="acm-logo" alt="ACM at UCLA" />
22
</a>
23
</Link>
24
<section id="nav-items-container">
0 commit comments