fix: remove unnecessary disclaimer prefix (#36783)

This commit is contained in:
Jorg Are
2025-05-27 19:44:40 +01:00
committed by GitHub
parent 4856539b22
commit 489385e186

View File

@@ -183,16 +183,14 @@ from openedx.core.djangolib.js_utils import (
</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>
<a href="https://translate.google.com/" target="_blank">
<img
width="200"
id="google-translate-logo"
src="https://learning.edx.org/d4ab1b25143ecad62d69d855b00e7313.png"
alt="Translated by Google logo"
>
</a>
</div>
</div>
</div>