diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e50a67a..59c8b14b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,15 +1,9 @@ { + "css.validate": false, + "vitest.disableWorkspaceWarning": true, "typescript.tsdk": "node_modules/typescript/lib", "tailwindCSS.experimental.classRegex": [ ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] - ], - "yaml.schemas": { - "https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml", - "https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [ - "tools/compose/*" - ] - }, - "i18n-ally.localesPaths": ["apps/client/src/locales"], - "vitest.disableWorkspaceWarning": true + ] } diff --git a/apps/artboard/src/templates/chikorita.tsx b/apps/artboard/src/templates/chikorita.tsx index 06584fec..1cf4b83c 100644 --- a/apps/artboard/src/templates/chikorita.tsx +++ b/apps/artboard/src/templates/chikorita.tsx @@ -128,7 +128,8 @@ const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => { return (