Skip to content

Commit a2f09f1

Browse files
committed
add example
1 parent 4c20df6 commit a2f09f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

astro.config.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,15 @@ export default defineConfig({
135135
]
136136
}, {
137137
label: 'Examples',
138-
items: [{
138+
items: [
139+
{
140+
label: 'Circular time',
141+
link: '/examples/circular_time/',
142+
badge: 'new',
143+
},
144+
{
139145
label: 'Progress bars',
140146
link: '/examples/progress/',
141-
142147
},{
143148
label: 'Charts',
144149
link: '/examples/charts/',

0 commit comments

Comments
 (0)