Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorlars committed Jun 14, 2024
1 parent eadc9aa commit 502e07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function Header(
<li><a className={isModules ? "active" : ""} href="/modules">Module List</a></li>
<li><a className={isDealers ? "active" : ""} href="/dealers">Dealers</a></li>
<li><a className={isJournal ? "active" : ""} href="/journal">Journal</a></li>
<li><a className={""} href="https://github.com/lzxindustries/lzxfirmware">Firmware</a></li>
<li><a className={""} href="https://github.com/lzxindustries/firmware">Firmware</a></li>
{/* </ul>
</li> */}
</ul>
Expand Down Expand Up @@ -83,7 +83,7 @@ export function Header(
<li><a className={isModules ? "active" : ""} href="/modules">Module List</a></li>
<li><a className={isDealers ? "active" : ""} href="/dealers">Dealers</a></li>
<li><a className={isJournal ? "active" : ""} href="/journal">Journal</a></li>
<li><a className={""} href="https://github.com/lzxindustries/lzxfirmware">Firmware</a></li>
<li><a className={""} href="https://github.com/lzxindustries/firmware">Firmware</a></li>
{/* </ul>
</li> */}
</ul>
Expand Down

0 comments on commit 502e07f

Please sign in to comment.