Skip to content

Commit 5691071

Browse files
authored
Merge pull request #226 from Astrix1234/dev-marek
fixed 'patrons' link in navigation-header
2 parents 363fa85 + ee22296 commit 5691071

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/HeaderAll/Navigation-header/Navigation-header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const NavigationHeader = () => {
7878
<Link to="/our-ambassadors">{t.ambassadors}</Link>
7979
</li>
8080
<li className={scss.navigation__link}>
81-
<Link to="/#our-sponsors">{t.partners}</Link>
81+
<Link to="/#our-partners">{t.partners}</Link>
8282
</li>
8383
<li className={scss.navigation__link}>
8484
<Link to="/#faq">{t.faq}</Link>

src/components/HomeAll/Patrons/Patrons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Patrons = () => {
3333

3434
return (
3535
<>
36-
<section className={scss.padding} id="our-sponsors"></section>
36+
<section className={scss.padding} id="our-patrons"></section>
3737
<section className={scss.patrons}>
3838
<div className={scss.patrons__container}>
3939
<h2 className={scss.patrons__title}>{t.patronsTitle}</h2>

src/components/HomeAll/Sponsors/Sponsors.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Sponsors = () => {
5252

5353
return (
5454
<>
55-
<section className={scss.padding} id="our-sponsors"></section>
55+
<section className={scss.padding} id="our-partners"></section>
5656
<section className={scss.sponsors}>
5757
<div aria-hidden="true" className={scss.sponsors__background}>
5858
<Wave />

0 commit comments

Comments
 (0)