Skip to content

Commit c56165c

Browse files
authored
Merge pull request #1374 from moodle/wildgirl-patch-3
Adding Accessibility statement
2 parents 56d3654 + 9633fde commit c56165c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/footer.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ module.exports = {
6262
href: 'https://moodle.org/mod/forum/view.php?id=55',
6363
},
6464
{
65-
label: 'Twitter',
66-
href: 'https://twitter.com/moodle',
65+
label: 'X',
66+
href: 'https://x.com/moodle',
6767
},
6868
],
6969
},
@@ -74,6 +74,10 @@ module.exports = {
7474
label: 'GitHub',
7575
href: 'https://github.com/moodle',
7676
},
77+
{
78+
label: 'Accessibility statement',
79+
to: 'general/documentation/accessibility',
80+
},
7781
{
7882
html: `
7983
<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">

0 commit comments

Comments
 (0)