diff --git a/app/ui/downloadCompleted.js b/app/ui/downloadCompleted.js
index 41c46949..89b7b194 100644
--- a/app/ui/downloadCompleted.js
+++ b/app/ui/downloadCompleted.js
@@ -7,13 +7,13 @@ module.exports = function(state) {
id="download-complete"
class="flex flex-col items-center justify-center h-full w-full bg-white p-2"
>
-
+
${state.translate('downloadFinish')}
-
+
${state.translate('downloadFinishText')}
-
+
${state.translate('sendYourFilesLink')}
${state.modal && modal(state, emit)}
-
+
`;
};
diff --git a/app/ui/legal.js b/app/ui/legal.js
index f9f1095c..a5971e5f 100644
--- a/app/ui/legal.js
+++ b/app/ui/legal.js
@@ -9,7 +9,7 @@ module.exports = function(state, emit) {
-
${state.translate('legalHeader')}
+
${state.translate('legalHeader')}
${raw(
replaceLinks(state.translate('legalNoticeTestPilot'), [
'https://testpilot.firefox.com/terms',
diff --git a/app/ui/notFound.js b/app/ui/notFound.js
index 75595526..c6727480 100644
--- a/app/ui/notFound.js
+++ b/app/ui/notFound.js
@@ -6,25 +6,22 @@ module.exports = function(state, emit) {
return html`
${state.modal && modal(state, emit)}
-
+
`;
};
diff --git a/app/ui/unsupported.js b/app/ui/unsupported.js
index c61998f6..b6c74bb4 100644
--- a/app/ui/unsupported.js
+++ b/app/ui/unsupported.js
@@ -26,16 +26,16 @@ module.exports = function(state, emit) {
return html`
${state.modal && modal(state, emit)}
-
${strings.header}
-
${strings.description}
+
${strings.description}
${why}
${strings.button}
-
+
`;
};
diff --git a/assets/notFound.svg b/assets/notFound.svg
index 70cab8a6..85428771 100644
--- a/assets/notFound.svg
+++ b/assets/notFound.svg
@@ -1,213 +1,97 @@
-
-
-
+
+
\ No newline at end of file