diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index 8901821..80481a9 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5d93781..d721589 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "db:migrate": "drizzle-kit migrate", "db:push": "drizzle-kit push", "db:studio": "drizzle-kit studio", - "dev": "next dev", + "dev": "next dev --turbo", "lint": "next lint", "start": "next start" }, diff --git a/src/components/audio-preview.tsx b/src/components/audio-preview.tsx index 2f80d6b..971bbba 100644 --- a/src/components/audio-preview.tsx +++ b/src/components/audio-preview.tsx @@ -23,6 +23,12 @@ import { AlertDialogTitle, AlertDialogTrigger, } from "@/components/ui/alert-dialog"; +import { + Tooltip, + TooltipContent, + TooltipProvider, + TooltipTrigger, +} from "@/components/ui/tooltip"; const queryClient = new QueryClient(); @@ -203,24 +209,26 @@ function AudioInfo({ id }: AudioInfoProps) { Open - - Download - - + + + + + Download + + + +

+ To download the audio file, right click and select + "Save as". +

+
+
+