Skip to content

Commit f2fbfba

Browse files
committed
Update changelog link in footer
1 parent 72b5b82 commit f2fbfba

File tree

1 file changed

+3
-1
lines changed
  • packages/homepage/src/components/Footer

1 file changed

+3
-1
lines changed

packages/homepage/src/components/Footer/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Github from '../../assets/icons/github';
55
import Twitter from '../../assets/icons/twitter';
66
import Discord from '../../assets/icons/discord';
77
import { OPEN_JOBS_COUNT } from '../../config/hiring';
8+
import { CHANGELOG_LOCATION } from '../../config/externalResources';
89
import { FooterWrapper, Nav, Social, Title } from './elements';
910

1011
const footerNavElements = [
@@ -29,7 +30,8 @@ const footerNavElements = [
2930
},
3031
{
3132
text: 'What’s new',
32-
link: '/changelog',
33+
external: true,
34+
link: CHANGELOG_LOCATION,
3335
},
3436
],
3537
},

0 commit comments

Comments
 (0)