We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4856539 commit 489385eCopy full SHA for 489385e
1 file changed
lms/templates/video.html
@@ -183,16 +183,14 @@ <h4 class="hd hd-5">${_('How is the transcript quality ?')}</h4>
183
</div>
184
% endif
185
<div class="google-disclaimer">
186
- <span className="text-dark-300 x-small">Powered by
187
- <a href="https://translate.google.com/" target="_blank">
188
- <img
189
- width="100"
190
- id="google-translate-logo"
191
- src="https://learning.edx.org/d4ab1b25143ecad62d69d855b00e7313.png"
192
- alt="Translated by Google logo"
193
- >
194
- </a>
195
- </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>
196
197
198
0 commit comments