@@ -170,7 +170,9 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
% if CUSTOM.LOGO_SVG.get():
${ _('Powered by') } <img src="${ static('desktop/art/hue-login-logo.png') }" width="40" style="vertical-align: middle" alt="${ _('Hue logo') }"> -
% endif
- ${ _('Hue and the Hue logo are trademarks of Cloudera, Inc.') }
+ <a href="https://gethue.com">
+ gethue.com
+ </a>
</trademark-banner>
</div>