Skip to content

Commit

Permalink
removes DOM error on classname
Browse files Browse the repository at this point in the history
  • Loading branch information
smalex-z committed Nov 2, 2024
1 parent 921c583 commit 1072778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Navbar() {
<a id="nav-title" className="nav-section left" aria-label="acm home">
{/* TODO: resolve next/image issue */}
{/* eslint-disable-next-line @next/next/no-img-element */}
<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" />
</a>
</Link>
<section id="nav-items-container">
Expand Down

0 comments on commit 1072778

Please sign in to comment.