Skip to content

Commit 1bfa39e

Browse files
authored
Update index.md
1 parent 24cf4ea commit 1bfa39e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/repository/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const repos = repositories.map((repo)=> {
1717
The website will be every 6 (six) hours re-deployed so that every repository will be updated at [mmrl.dev](https://mmrl.dev)!
1818
:::
1919

20-
<ul v-for="repository in repos">
20+
<ol v-for="repository in repos">
2121
<li>
2222
<a :href="repository.href">{{ repository.name }}</a>
2323
</li>
24-
</ul>
24+
</ol>

0 commit comments

Comments
 (0)