diff --git a/web/src/routes/albums/index.svelte b/web/src/routes/albums/index.svelte
index cabfdd721237c..336b43a7b3e52 100644
--- a/web/src/routes/albums/index.svelte
+++ b/web/src/routes/albums/index.svelte
@@ -161,6 +161,19 @@
{/key}
{/each}
+
+
+ {#if albums.length === 0}
+
+

+
+
+ Create an album to organize your photos and videos
+
+
+ {/if}
diff --git a/web/src/routes/sharing/index.svelte b/web/src/routes/sharing/index.svelte
index 4cfbf55fb3441..5bd8a9e47ad67 100644
--- a/web/src/routes/sharing/index.svelte
+++ b/web/src/routes/sharing/index.svelte
@@ -108,6 +108,18 @@
>
{/each}
+
+
+ {#if sharedAlbums.length === 0}
+
+

+
+ Create a shared album to share photos and videos with people in your network
+
+
+ {/if}
diff --git a/web/static/empty-1.svg b/web/static/empty-1.svg
new file mode 100644
index 0000000000000..f5769f4c5f24a
--- /dev/null
+++ b/web/static/empty-1.svg
@@ -0,0 +1 @@
+