mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Various improvements and fixes (#309)
* Remove roadmap header * Add hostname to poweredby url * Fix oauth button click style * Fix mailer astuto logo * Fix asset urls in public html files
This commit is contained in:
committed by
GitHub
parent
336adb9bfd
commit
1cdbbc91e8
@@ -3,7 +3,7 @@ import I18n from 'i18n-js';
|
||||
|
||||
const PoweredByLink = () => (
|
||||
<div className="poweredBy">
|
||||
<a href="http://astuto.io/?utm_campaign=poweredby" target="_blank">
|
||||
<a href={`http://astuto.io/?utm_campaign=poweredby&utm_source=${window.location.hostname}`} target="_blank">
|
||||
{ I18n.t('common.powered_by') } Astuto
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user