Skip to content

Commit

Permalink
fix : change a link to the current home page url
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTheKorean committed Jul 21, 2024
1 parent 1b8b850 commit bc824d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Header extends HTMLElement {
return html`
<header>
<div class="header-content">
<a href="/leetcode-website/" aria-label="Go to the homepage of Dale Study">
<a href="/" aria-label="Go to the homepage of Dale Study">
<svg
id="logo"
width="45"
Expand Down

0 comments on commit bc824d4

Please sign in to comment.