Skip to content

Commit

Permalink
Merge pull request metabase#1284 from metabase/remove_legalese
Browse files Browse the repository at this point in the history
remove the links to legal docs from our About Metabase modal.
  • Loading branch information
agilliland committed Oct 19, 2015
2 parents 85e21e6 + 7fa3ce1 commit 7a6c7e4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/src/components/ProfileLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,9 @@ export default class ProfileLink extends Component {
<h3 className="text-dark">You're on version {tag}</h3>
<span className="text-grey-3 text-bold">built on {date}</span>
</p>
<p className="pt2 text-grey-3 text-bold">
If you require the legalese ...
</p>
<div className="pt1">
<span className="inline-block half text-centered py1"><a className="link text-bold" href="">License Agreement</a></span>
<span style={{borderWidth: "2px"}} className="inline-block half text-centered py1 border-left"><a className="link text-bold" href="">Terms of Service</a></span>
</div>
</div>
<div style={{borderWidth: "2px"}} className="p2 h5 text-centered text-grey-3 border-top">
<span className="block"><span className="text-bold">Metabase</span> is a registered Trademark of Metabase, Inc</span>
<span className="block"><span className="text-bold">Metabase</span> is a Trademark of Metabase, Inc</span>
<span>and is built with care in San Francisco, CA</span>
</div>
</Modal>
Expand Down

0 comments on commit 7a6c7e4

Please sign in to comment.