Skip to content

Commit

Permalink
Merge pull request #25 from mozilla/SOCIALPLAT-36/fix-broken-terms-of…
Browse files Browse the repository at this point in the history
…-service

Fix broken terms of service
  • Loading branch information
toufali committed Jul 11, 2023
2 parents 8e2b2b0 + 456f44f commit b073aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 239 deletions.
237 changes: 0 additions & 237 deletions app/javascript/mastodon/features/terms_of_service/index.js

This file was deleted.

5 changes: 3 additions & 2 deletions app/javascript/mastodon/features/terms_of_service/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { Helmet } from 'react-helmet';

import Column from 'mastodon/components/column';

export default @injectIntl
class PrivacyPolicy extends React.PureComponent {
class TermsOfService extends React.PureComponent {

static propTypes = {
intl: PropTypes.object,
Expand Down Expand Up @@ -239,3 +238,5 @@ class PrivacyPolicy extends React.PureComponent {
}

}

export default injectIntl(TermsOfService);

0 comments on commit b073aef

Please sign in to comment.