diff --git a/src/shared/layout.tsx b/src/shared/layout.tsx
index c2d1c687..8054d208 100644
--- a/src/shared/layout.tsx
+++ b/src/shared/layout.tsx
@@ -13,11 +13,7 @@ export function DefaultLayout({ children }: { children: React.ReactNode }) {
);
return (
-
+
diff --git a/src/shared/navigation.tsx b/src/shared/navigation.tsx
index 09040bfc..39ed8528 100644
--- a/src/shared/navigation.tsx
+++ b/src/shared/navigation.tsx
@@ -26,7 +26,7 @@ export function Navigation({ reverse }: { reverse?: boolean }) {
Feeds
-
+
-
+
+ {domain.hostname}
+
) : (
diff --git a/src/shared/notes/preview/video.tsx b/src/shared/notes/preview/video.tsx
index 758c470b..73ff8341 100644
--- a/src/shared/notes/preview/video.tsx
+++ b/src/shared/notes/preview/video.tsx
@@ -7,9 +7,11 @@ export function VideoPreview({ urls }: { urls: string[] }) {
onKeyDown={(e) => e.stopPropagation()}
className="relative mt-3 max-w-[420px] flex w-full flex-col overflow-hidden rounded-lg bg-zinc-950"
>
-
-
-
+ {urls.map((url: string) => (
+
+
+
+ ))}