Skip to content

Commit bc31969

Browse files
authored
fix: update the previewUrl of online-code-formatting (#844)
1 parent ef21eea commit bc31969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ShowCase/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const data = [
2121
{
2222
name: 'online-code-formatting',
2323
sourceUrl: 'https://github.com/wewoor/online-code-formatting',
24-
previewUrl: 'https://wewoor.github.io/online-code-formatting/',
24+
previewUrl: 'https://wewoor.github.io/prettier-studio/',
2525
cnDesc: '使用 Molecule 开发的一个简单的在线代码格式化工具',
2626
enDesc: 'A simple online code formatting tool built with Molecule.',
2727
},

0 commit comments

Comments
 (0)