Skip to content

Commit

Permalink
Merge pull request #181 from grundeinkommensbuero/joyponader-jetzt-sp…
Browse files Browse the repository at this point in the history
…enden-button

Joyponader jetzt spenden button
  • Loading branch information
joyponader authored Sep 28, 2024
2 parents 918baa7 + eb896dc commit bf570c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/Header/MainMenu/Desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const MainMenu = ({
</LinkButton>
</li>
<li>
<LinkButton href="/sammeln">Jetzt mitsammeln!</LinkButton>
<LinkButton href="/spenden-hamburg">Jetzt spenden!</LinkButton>
</li>
</>
) : (
Expand Down
2 changes: 1 addition & 1 deletion layout/Header/MainMenu/Mobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const MainMenuMobile = ({
</LinkButton>
</li>
<li className={cN({ 'my-10': IS_HAMBURG_PROJECT })}>
<LinkButton href="/sammeln">Jetzt mitsammeln!</LinkButton>
<LinkButton href="/spenden-hamburg">Jetzt spenden!</LinkButton>
</li>
</>
) : (
Expand Down

0 comments on commit bf570c4

Please sign in to comment.