Skip to content

Commit

Permalink
[docs]: Update tags content component (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Aug 1, 2024
1 parent 7b0a104 commit 34d93dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/keystatic.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export const components = {
label: 'Project tags',
options: [
{ label: 'Local', value: 'Local' },
{ label: 'Github', value: 'github' },
{ label: 'GitHub', value: 'GitHub' },
{ label: 'Cloud', value: 'Cloud' },
{ label: 'New project', value: 'New project' },
{ label: 'Existing project', value: 'Existing project' },
{ label: 'Astro', value: 'Astro' },
Expand Down

0 comments on commit 34d93dd

Please sign in to comment.