Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 19, 2023
1 parent 7df2cea commit 234db3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/ThemesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function preview(id: string) {
</thead>
<tbody>
<tr v-for="l in play.allThemes" :key="l.id">
<td>{{ l.name }}</td>
<td>{{ l.displayName }}</td>
<td><code>{{ l.id }}</code></td>
<td>
<div flex>
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/store/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const usePlayground = defineStore('playground', () => {
const allThemes = shallowRef<BundledThemeInfo[]>([
{
id: 'vitesse-dark',
name: 'Vitesse Dark',
displayName: 'Vitesse Dark',
type: 'dark',
import: undefined!,
},
Expand Down

0 comments on commit 234db3b

Please sign in to comment.