ignore: update meta description to use proper OpenCode capitalization

This commit is contained in:
Jay V
2025-11-04 17:27:13 -05:00
parent 16e2bded5b
commit ee9aa24a55

View File

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