Skip to content

Commit

Permalink
Materials (#922)
Browse files Browse the repository at this point in the history
* add materials page

* materials

* fix graphql

* add materials to footer

* fix link name
  • Loading branch information
zyzik1248 authored Apr 25, 2024
1 parent af2720b commit ecb0d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/footer/CommunitySections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const CommunitySections: React.FC<ICommunitySections> = (props) => (
<TextLink label="Aktualności" href={urls.pola.news()} />
<TextLink label="O Poli" href={urls.pola.about()} />
<TextLink label="Newsletter" href={urls.pola.newsletter()} />
<TextLink label="Materials" href={urls.pola.materials()} />
<TextLink label="Materiały" href={urls.pola.materials()} />
</FooterSection>
<FooterSection title="Działaj z nami">
<TextExternalLink label="Wesprzyj aplikację" url={urls.external.links.polaSupport} />
Expand Down

0 comments on commit ecb0d9d

Please sign in to comment.