diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx
index 7e25e8b..fd04c62 100644
--- a/src/pages/videos.tsx
+++ b/src/pages/videos.tsx
@@ -108,7 +108,7 @@ const VideoList: NextPage = () => {
{videos && videos?.length <= 0 ? (
-
+
No videos found
@@ -117,7 +117,7 @@ const VideoList: NextPage = () => {
Videos you record will show up here. Already got videos?
Upload them!
-
+
@@ -171,7 +171,7 @@ interface VideoCardProps {
const VideoCardSkeleton = () => {
return (
-