mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 03:56:33 +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"
|
||||
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}
|
||||
</div>
|
||||
{copied() ? (
|
||||
|
Reference in New Issue
Block a user