Skip to content

Commit 5278b9f

Browse files
Improve button labels for layout and theme switching
1 parent 0bd66a9 commit 5278b9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/docs/install.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h3>Basic Setup</h3>
1717

1818
<p>Use one of the layouts:</p>
1919
<div>
20-
<button data-layout-switcher="website">Website Layout</button>
21-
<button data-layout-switcher="dashboard">Dashboard Layout</button>
20+
<button data-layout-switcher="website">Switch to Website</button>
21+
<button data-layout-switcher="dashboard">Switch to Dashboard</button>
2222
</div>
2323
<pre
2424
><code class="language-html">&lt;body data-layout="website"&gt;</code></pre>
@@ -33,8 +33,8 @@ <h2>Themes</h2>
3333
</p>
3434

3535
<div>
36-
<button data-theme-switcher="light">Light Theme</button>
37-
<button data-theme-switcher="dark">Dark Theme</button>
36+
<button data-theme-switcher="light">Light</button>
37+
<button data-theme-switcher="dark">Dark</button>
3838
</div>
3939

4040
<h4>Theme Switching Code</h4>

0 commit comments

Comments
 (0)