Fixed URL Tracker button colour

(cherry picked from commit bb9a0258df)
This commit is contained in:
Andy Felton
2017-11-02 15:06:13 +00:00
committed by Sebastiaan Janssen
parent ac42f335c2
commit f722d7731d

View File

@@ -19,7 +19,7 @@
<button
ng-if="vm.dashboard.urlTrackerDisabled === true"
type="button"
class="umb-era-button umb-button--s -blue"
class="umb-era-button umb-button--s -green"
ng-click="vm.enableUrlTracker()">
<span><localize key="redirectUrls_enableUrlTracker">Enable URL Tracker</localize></span>
</button>