mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
One more try at fixing the SVG for the workspace, fix another syntax error (#1484)
This commit is contained in:
parent
aa001bf53d
commit
fd2f2b1ed1
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ If you have a question, please feel free to ask us in [Discord](https://discord.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<div class="reference-links">
|
<div className="reference-links">
|
||||||
|
|
||||||
Other References:
|
Other References:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ id: "workspaces"
|
||||||
title: "Workspaces"
|
title: "Workspaces"
|
||||||
---
|
---
|
||||||
|
|
||||||
import WorkspaceSVG from "/static/img/workspace.svg";
|
import WorkspaceSVG from "@site/static/img/workspace.svg";
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue