2
0
Эх сурвалжийг харах

ignore: update meta description to use proper OpenCode capitalization

Jay V 4 сар өмнө
parent
commit
ee9aa24a55

+ 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>
       )}