Преглед изворни кода

ignore: update meta description to use proper OpenCode capitalization

Jay V пре 3 месеци
родитељ
комит
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) => (
       root={(props) => (
         <MetaProvider>
         <MetaProvider>
           <Title>opencode</Title>
           <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>
           <Suspense>{props.children}</Suspense>
         </MetaProvider>
         </MetaProvider>
       )}
       )}