Skip to content

Commit

Permalink
link to twemoji license as required by terms
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 18, 2022
1 parent d0e381d commit 2f08c8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion locale/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ uwave:
title: Links
website: üWave
source: üWave Web Client Source Code
license: License
license: üWave Web Client License, MIT
twemojiLicense: Emoji by Twitter, CC-BY 4.0

login:
message: You have to sign in if you want to play!
Expand Down
1 change: 1 addition & 0 deletions src/components/SettingsManager/Links.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
line-height: 24px;
margin-bottom: 16px;
color: var(--text-color);
text-transform: none;

&:visited {
color: var(--text-color);
Expand Down
6 changes: 5 additions & 1 deletion src/components/SettingsManager/Links.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ function Links() {
<GithubIcon className="SettingsPanel-linkIcon" />
{t('settings.links.source')}
</Link>
<Link href="https://github.com/u-wave/web/tree/master/LICENSE">
<Link href="https://github.com/u-wave/web/tree/default/LICENSE">
<LicenseIcon className="SettingsPanel-linkIcon" />
{t('settings.links.license')}
</Link>
<Link href="https://github.com/twitter/twemoji/blob/master/LICENSE-GRAPHICS">
<LicenseIcon className="SettingsPanel-linkIcon" />
{t('settings.links.twemojiLicense')}
</Link>
</div>
);
}
Expand Down

0 comments on commit 2f08c8a

Please sign in to comment.