We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471a702 commit 18208e8Copy full SHA for 18208e8
.github/workflows/deploy-docs.yml
@@ -36,6 +36,7 @@ jobs:
36
- run: moon setup
37
- run: moon run site:export
38
- run: moon run visualizer:build
39
+ - run: moon run s2-visualizer:build
40
- name: Setup Pages
41
uses: actions/configure-pages@v5
42
- name: Upload artifact
docs/visualizer/src/components/stvt-sidebar.ts
@@ -182,7 +182,7 @@ export class StvtSidebar extends LitElement {
182
<div class="branding">
183
<img width="30" height="26" src="./adobe.svg" />
184
<div>
185
- <h1>Spectrum</h1>
+ <h1>Spectrum (S1 Legacy)</h1>
186
<h2>Token Visualization Tool</h2>
187
</div>
188
0 commit comments