Skip to content

Commit

Permalink
fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Jan 8, 2024
1 parent 942e79d commit 53c66f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions marketing/components/navigation/MainNav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const MainNav = ({
<a
href="https://github.com/mozilla/hubs-cloud/tree/master/community-edition"
target="_blank"
rel="noreferrer"
className={styles.main_nav_link}
>
Community Edition
Expand All @@ -83,6 +84,7 @@ const MainNav = ({
<a
href="/E4e8oLx/hubs-demo-promenade"
target="_blank"
rel="noreferrer"
className={styles.main_nav_link}
>
Explore Hubs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ const MobileSideNav = ({
</a>
</li>
<li>
<a
className={styles.nav_link}
<a
className={styles.nav_link}
href="https://github.com/mozilla/hubs-cloud/tree/master/community-edition"
target="_blank"
rel="noreferrer"
>
Community Edition
</a>
Expand All @@ -94,6 +95,7 @@ const MobileSideNav = ({
className={styles.nav_link}
href="/E4e8oLx/hubs-demo-promenade"
target="_blank"
rel="noreferrer"
>
Explore Hubs
</a>
Expand Down

0 comments on commit 53c66f6

Please sign in to comment.