mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
docs: share
This commit is contained in:
@@ -802,7 +802,7 @@ export default function Share(props: {
|
|||||||
<IconOpencode width={16} height={16} />
|
<IconOpencode width={16} height={16} />
|
||||||
</div>
|
</div>
|
||||||
<Show when={store.info?.version} fallback="v0.0.1">
|
<Show when={store.info?.version} fallback="v0.0.1">
|
||||||
<span>v${store.info?.version}</span>
|
<span>v{store.info?.version}</span>
|
||||||
</Show>
|
</Show>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user