Elapsed: {formatTime(elapsedTime)}
diff --git a/components/converter/FileConverter.tsx b/components/converter/FileConverter.tsx
index 8ffadd3..59ce4f9 100644
--- a/components/converter/FileConverter.tsx
+++ b/components/converter/FileConverter.tsx
@@ -1,7 +1,7 @@
'use client';
import * as React from 'react';
-import { ArrowRight } from 'lucide-react';
+import { ArrowRight, ArrowDown } from 'lucide-react';
import { Button } from '@/components/ui/Button';
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/Card';
import { FileUpload } from './FileUpload';
@@ -284,7 +284,10 @@ export function FileConverter() {
- {/* Arrow */}
+ {/* Arrow - horizontal on desktop, vertical on mobile */}
+