Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6ba16f0

Browse files
feat: add editor to list of applications
1 parent 4546ce6 commit 6ba16f0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

site/src/assets/i18n/footer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"footer.link.contact": "Contact",
88
"footer.link.press": "Press",
99
"footer.link.faq": "FAQ",
10-
"footer.link.title.interact": "Interact",
10+
"footer.link.title.apps": "Applications",
11+
"footer.link.editor": "Editor",
1112
"footer.link.poll": "Poll",
1213
"footer.link.remote": "Remote control",
1314
"footer.link.title.developers": "Developers",

site/src/components/core/links/links.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ export const Links = ({lang, action, display = 'grid'}) => {
3939
<section>
4040
{display === 'grid' ? (
4141
<p className={styles.sectionTitle}>
42-
<FormattedMessage id="footer.link.title.interact" />
42+
<FormattedMessage id="footer.link.title.apps" />
4343
</p>
4444
) : undefined}
4545

46+
<a href="https://app.deckdeckgo.com" rel="noopener norefferer">
47+
<FormattedMessage id="footer.link.editor" />
48+
</a>
49+
4650
<a href="https://app.deckdeckgo.com/poll" rel="noopener norefferer">
4751
<FormattedMessage id="footer.link.poll" />
4852
</a>

0 commit comments

Comments
 (0)