mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 02:34:21 +01:00
ignore: update meta description to use proper OpenCode capitalization
This commit is contained in:
@@ -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>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user