File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
apps/frontend/src/layouts Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1029,6 +1029,12 @@ const footerLinks = [
1029
1029
defineMessage ({ id: " layout.footer.about.blog" , defaultMessage: " Blog" }),
1030
1030
),
1031
1031
},
1032
+ {
1033
+ href: " /news/changelog" ,
1034
+ label: formatMessage (
1035
+ defineMessage ({ id: " layout.footer.about.changelog" , defaultMessage: " Changelog" }),
1036
+ ),
1037
+ },
1032
1038
{
1033
1039
href: " https://status.modrinth.com" ,
1034
1040
label: formatMessage (
@@ -1138,6 +1144,15 @@ const footerLinks = [
1138
1144
}),
1139
1145
),
1140
1146
},
1147
+ {
1148
+ href: " /legal/security" ,
1149
+ label: formatMessage (
1150
+ defineMessage ({
1151
+ id: " layout.footer.legal.security-notice" ,
1152
+ defaultMessage: " Security Notice" ,
1153
+ }),
1154
+ ),
1155
+ },
1141
1156
],
1142
1157
},
1143
1158
];
You can’t perform that action at this time.
0 commit comments