Skip to content

Commit f0b2111

Browse files
committed
fix: Update Git command display in CtaSection component
1 parent 38246b7 commit f0b2111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v3/components/website/CtaSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
Explore the source code and contribute
5959
</p>
6060
<div class="bg-black/30 rounded-lg p-3 font-mono text-sm">
61-
<span class="text-gray-500">$</span> <span class="text-green-400">git clone</span> <span class="text-cyan-400">{{ GIT_COMMAND }}</span>
61+
<span class="text-gray-500">$</span> <span class="text-green-400">{{ GIT_COMMAND }}</span>
6262
</div>
6363
</div>
6464
</TerminalWindow>

0 commit comments

Comments
 (0)