nav-next/components/tools/compressor/Instructions.tsx
2024-12-27 19:27:49 +08:00

15 lines
631 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default function Instructions() {
return (
<div className="mb-6 p-4 bg-blue-50 dark:bg-blue-900 rounded-lg">
<h2 className="text-lg font-semibold mb-2 text-blue-800 dark:text-blue-200">使</h2>
<ol className="list-decimal list-inside text-sm text-blue-700 dark:text-blue-200">
<li></li>
<li>WebPJPEG PNG</li>
<li>&quot;&quot;</li>
<li></li>
</ol>
</div>
)
}