feat(AU-2042): Show Google disclaimer on VideoBlock bottom section (#35040)

* feat(AU-2042): Show Google disclaimer on VideoBlock bottom section

* feat(AU-2042): Remove unnecessary classname prop
This commit is contained in:
Rodrigo Martin
2024-06-28 13:15:31 -03:00
committed by GitHub
parent 98dfb12943
commit 032bf044c6
3 changed files with 56 additions and 1 deletions

View File

@@ -170,6 +170,18 @@ from openedx.core.djangolib.js_utils import (
</div>
</div>
% endif
<div class="google-disclaimer">
<span className="text-dark-300 x-small">Powered by
<a href="https://translate.google.com/" target="_blank">
<img
width="100"
id="google-translate-logo"
src="https://learning.edx.org/d4ab1b25143ecad62d69d855b00e7313.png"
alt="Translated by Google logo"
>
</a>
</span>
</div>
</div>
</div>