Jelajahi Sumber

ignore: update meta description to use proper OpenCode capitalization

Jay V 4 bulan lalu
induk
melakukan
ee9aa24a55
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  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>
       )}