Fix header title in CLI installation component

This commit is contained in:
David Haz
2025-12-16 00:31:54 +02:00
parent ea53bf3d16
commit 55803b6ec0

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="cli-installation"> <div class="cli-installation">
<h2 class="demo-title">One-Time Installation</h2> <h2 class="demo-title">CLI Installation</h2>
<VCodeBlock <VCodeBlock
v-if="command" v-if="command"