mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +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:
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ id: "workspaces"
|
|||
title: "Workspaces"
|
||||
---
|
||||
|
||||
import WorkspaceSVG from "/static/img/workspace.svg";
|
||||
import WorkspaceSVG from "@site/static/img/workspace.svg";
|
||||
|
||||
# Workspaces
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue