mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
docs: use consistent snippet style across the codebase (#451)
Co-authored-by: wd <52734504+wdcodecn@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a4e207688a
commit
ff7433f434
@@ -36,7 +36,7 @@ export default function Hero(): JSX.Element {
|
||||
size="lg"
|
||||
style={{ border: 'solid 1px var(--mantine-color-violet-1)' }}
|
||||
color="gray"
|
||||
leftSection="$ cargo install tuono"
|
||||
leftSection="cargo install tuono"
|
||||
rightSection={
|
||||
copied ? (
|
||||
<IconCheck style={{ width: rem(20) }} />
|
||||
|
||||
Reference in New Issue
Block a user