Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: demo docs #43

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src-docs/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ import DemoPage from './DemoPage.vue';
</nav>
<header class="bg-body-tertiary">
<div class="container py-3">
<h1>Vue CodeMirrror6 Demo</h1>
<h1>Vue CodeMirror6 Demo</h1>
<p class="lead">
A rough demo of Vue CodeMirror6 in action. You can switch between dark
modes from the
<i class="bi bi-circle-half" />
icon in the upper left.
icon in the upper right.
</p>
</div>
</header>
Expand Down
Loading