mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 23:18:39 +03:00
updated integration tests for new ui
This commit is contained in:
@@ -87,7 +87,7 @@ module.exports = function(state, emit) {
|
||||
break;
|
||||
case 'complete':
|
||||
content = html`
|
||||
<div class="flex flex-col items-center justify-center h-full bg-white border border-grey-light p-2">
|
||||
<div id="download-complete" class="flex flex-col items-center justify-center h-full bg-white border border-grey-light p-2">
|
||||
<h1 class="text-center">${state.translate('downloadFinish')}</h1>
|
||||
<p class="">
|
||||
<a href="/" class="text-blue">${state.translate(
|
||||
|
||||
Reference in New Issue
Block a user