Skip to content

Commit f3e823e

Browse files
committed
fix mane
1 parent b115904 commit f3e823e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default defineConfig({
137137
label: 'Examples',
138138
items: [
139139
{
140-
label: 'Circular time',
140+
label: 'Circular timer',
141141
link: '/examples/circular_time/',
142142
badge: 'new',
143143
},

src/content/docs/examples/circular_time.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Circular time
2+
title: Circular timer
33

44
---
55

0 commit comments

Comments
 (0)