diff --git a/views/file.ejs b/views/file.ejs
index 397e718..94edaf7 100644
--- a/views/file.ejs
+++ b/views/file.ejs
@@ -6,11 +6,6 @@
<%= filename %>
<% if (fileType !== 'file') { %>
- <% if (fileType === 'video' || fileType === 'image') { %>
-
-
- <% } %>
-
<% if (fileType === 'video') { %>
@@ -25,6 +20,10 @@
+ <% if (fileType === 'video' || fileType === 'image') { %>
+
+
+ <% } %>
<% } %>