diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js
index 5d930764..5d0202d1 100644
--- a/app/ui/archiveTile.js
+++ b/app/ui/archiveTile.js
@@ -166,7 +166,7 @@ module.exports = function(state, emit, archive) {
class="text-blue hover:text-blue-dark focus:text-blue-darker self-end font-medium flex items-center"
onclick=${share}
>
- Share
+ Share
`;
return html`
diff --git a/assets/share-16.svg b/assets/share-16.svg
deleted file mode 100644
index 507f199f..00000000
--- a/assets/share-16.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/assets/share-24.svg b/assets/share-24.svg
new file mode 100644
index 00000000..484dad12
--- /dev/null
+++ b/assets/share-24.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file