Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrmn authored Oct 18, 2023
1 parent dcf2d0f commit 0e1b53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Header = () => {
<>
<header className={styles.siteHeader} data-color-mode="dark">
<div>
<Link href="/">
<Link href="/" className={styles.homeLink}>
<Image
src="/for-good-first-issue.svg"
width={144}
Expand All @@ -23,7 +23,7 @@ export const Header = () => {
target="_blank"
rel="noopener noreferrer"
>
Recommend a project
<span className={styles.btnText}>Recommend a project</span>
</Button>
</div>
</header>
Expand Down

0 comments on commit 0e1b53e

Please sign in to comment.