Commit f43d255e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: wip tooltip

parent fc3a31e3
......@@ -5,6 +5,7 @@
import { blobToFile, calculateSHA256, extractSentences, findWordIndices } from '$lib/utils';
import { synthesizeOpenAISpeech, transcribeAudio } from '$lib/apis/audio';
import { toast } from 'svelte-sonner';
import Tooltip from '$lib/components/common/Tooltip.svelte';
const i18n = getContext('i18n');
......@@ -373,6 +374,7 @@
<div class="flex justify-between items-center pb-2 w-full">
<div>
<Tooltip content="WIP 🚧">
<button class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900">
<svg
xmlns="http://www.w3.org/2000/svg"
......@@ -394,6 +396,7 @@
/>
</svg>
</button>
</Tooltip>
</div>
<div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment