Add link to Twitter in web UI footer

This commit is contained in:
Matt Swensen 2020-03-23 21:57:10 -06:00
parent 4b1e9e4ec9
commit 778eca3105
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
2 changed files with 3 additions and 1 deletions

@ -103,6 +103,7 @@ export default () => {
</div>
<footer className={ styles.footer } style={{ color: getActiveColorOrFallback(['shade3']) }}>
<div>themer is free and open source software, made by <Link href="https://mjswensen.com">mjswensen</Link> with <Link href="https://github.com/mjswensen/themer/graphs/contributors">contributors</Link>, and is released under the MIT license</div>
<div className={ styles.follow }>follow <Link href="https://twitter.com/themerdev">@themerdev</Link> on Twitter for new themes, wallpapers, and features as soon as they launch</div>
<div className={ styles.tip }>enjoying themer? send a tip through <Link href="https://brave.com/the537">Brave</Link></div>
</footer>
<Notification />

@ -103,6 +103,7 @@
margin-top: var(--size-small-1);
}
.tip {
.tip,
.follow {
margin-top: var(--size-large-1);
}