Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit dc2dfc9

Browse files
committed
feat(client): update Assistant
1 parent 49d1ce1 commit dc2dfc9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/client/src/components/Assistant.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export const Assistant = () => (
115115
title: 'Align Right',
116116
content: <code>{`.right`}</code>,
117117
},
118+
{
119+
title: 'Table of Contents',
120+
content: <code>{`.toc`}</code>,
121+
},
118122
]}
119123
/>
120124
</Item>
@@ -149,12 +153,12 @@ export const Assistant = () => (
149153
url: 'https://hiroppy.github.io/fusuma/intro/#slide-10',
150154
},
151155
{
152-
title: 'Adding Agenda UI via section-title',
156+
title: 'Adding ToC UI via section-title',
153157
content: <code>contents</code>,
154158
url: 'https://hiroppy.github.io/fusuma/intro/#slide-11',
155159
},
156160
{
157-
title: 'Adding Speaker Note',
161+
title: 'Adding Speaker Notes',
158162
content: <code>note hello~~~~</code>,
159163
url: 'https://hiroppy.github.io/fusuma/intro/#slide-12',
160164
},
@@ -178,7 +182,7 @@ export const Assistant = () => (
178182
</Item>
179183
<Item title="Links">
180184
<A url="https://github.com/hiroppy/fusuma/blob/master/packages/client/assets/style/variables.css">
181-
- CSS Variables
185+
- List of CSS Variables
182186
</A>
183187
<A url="https://hiroppy.github.io/fusuma">- Official Site</A>
184188
<A url="https://github.com/hiroppy/fusuma">- Repository</A>

0 commit comments

Comments
 (0)