We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b5b82 commit f2fbfbaCopy full SHA for f2fbfba
packages/homepage/src/components/Footer/index.js
@@ -5,6 +5,7 @@ import Github from '../../assets/icons/github';
5
import Twitter from '../../assets/icons/twitter';
6
import Discord from '../../assets/icons/discord';
7
import { OPEN_JOBS_COUNT } from '../../config/hiring';
8
+import { CHANGELOG_LOCATION } from '../../config/externalResources';
9
import { FooterWrapper, Nav, Social, Title } from './elements';
10
11
const footerNavElements = [
@@ -29,7 +30,8 @@ const footerNavElements = [
29
30
},
31
{
32
text: 'What’s new',
- link: '/changelog',
33
+ external: true,
34
+ link: CHANGELOG_LOCATION,
35
36
],
37
0 commit comments