Просмотр исходного кода

ignore: update meta description to use proper OpenCode capitalization

Jay V 3 месяцев назад
Родитель
Сommit
ee9aa24a55
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      packages/console/app/src/app.tsx

+ 4 - 1
packages/console/app/src/app.tsx

@@ -12,7 +12,10 @@ export default function App() {
       root={(props) => (
         <MetaProvider>
           <Title>opencode</Title>
-          <Meta name="description" content="opencode - The AI coding agent built for the terminal." />
+          <Meta
+            name="description"
+            content="OpenCode - The AI coding agent built for the terminal."
+          />
           <Suspense>{props.children}</Suspense>
         </MetaProvider>
       )}