mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
style(web): align text to left
This commit is contained in:
@ -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() ? (
|
||||||
|
Reference in New Issue
Block a user