style(web): align text to left

This commit is contained in:
tux
2025-03-04 03:12:32 +05:30
parent 5fd0b10304
commit f21286ecb7

View File

@ -59,7 +59,7 @@ function App() {
class="text-xs md:text rounded bg-zinc-100 p-2 mt-2 flex cursor-pointer" class="text-xs md:text rounded bg-zinc-100 p-2 mt-2 flex cursor-pointer"
onclick={handleCopy} onclick={handleCopy}
> >
<div class="grow mr-10 text-zinc-600 font-mono"> <div class="grow mr-10 text-zinc-600 text-left font-mono">
$ {install} $ {install}
</div> </div>
{copied() ? ( {copied() ? (