Skip to content

Commit 2d9e7cf

Browse files
authored
Merge pull request #185 from Adityaadpandey/main
Added Plone newsletter sign up in footer #182
2 parents 248d4b0 + 15ce7b9 commit 2d9e7cf

File tree

1 file changed

+5
-0
lines changed
  • frontend/src/customizations/volto/components/theme/Footer

1 file changed

+5
-0
lines changed

frontend/src/customizations/volto/components/theme/Footer/Footer.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ const Footer = ({ intl }) => {
9999
<List.Item>
100100
<a href="https://ploneconf.org">Conference</a>
101101
</List.Item>
102+
<List.Item>
103+
<Link to="/news-and-events/join-the-plone-newsletter">
104+
Join the Plone newsletter
105+
</Link>
106+
</List.Item>
102107
</List.Content>
103108
</List>
104109
</Grid.Column>

0 commit comments

Comments
 (0)