diff --git a/docs/keystatic.config.tsx b/docs/keystatic.config.tsx index a9b322bfe..5b951b549 100644 --- a/docs/keystatic.config.tsx +++ b/docs/keystatic.config.tsx @@ -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' },