Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containers": {
"footer": {
"links": {
"openJSFoundation": "OpenJS Foundation",
"openJSFoundation": "© OpenJS Foundation",
Comment thread
AugustinMauroy marked this conversation as resolved.
Outdated
"trademarkPolicy": "Trademark Policy",
"privacyPolicy": "Privacy Policy",
"versionSupport": "Version Support",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/src/Containers/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Footer: FC<FooterProps> = ({
as={as}
pathname={pathname}
>
&copy; {openJSlink.text}
{openJSlink.text}
</NavItem>

<div className={styles.social}>
Expand Down
Loading