Update footer link.

This commit is contained in:
Matt Swensen 2019-04-04 06:12:36 -06:00
parent 0531d12e67
commit e86c0612b0
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35

@ -98,7 +98,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.tip }>enjoying themer? send a tip through <Link href="https://brave.com/mjs929">Brave</Link></div>
<div className={ styles.tip }>enjoying themer? send a tip through <Link href="https://brave.com/the537">Brave</Link></div>
</footer>
<Notification />
</div>