From fc48b6883f36602ef7ac8eeaa87d5ba483312b56 Mon Sep 17 00:00:00 2001 From: 1onemore <191879617@qq.com> Date: Fri, 17 Feb 2023 15:13:58 +0800 Subject: [PATCH] fix: update the previewUrl of online-code-formatting --- website/src/components/ShowCase/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/ShowCase/index.js b/website/src/components/ShowCase/index.js index c74327938..dddd10a61 100644 --- a/website/src/components/ShowCase/index.js +++ b/website/src/components/ShowCase/index.js @@ -21,7 +21,7 @@ const data = [ { name: 'online-code-formatting', sourceUrl: 'https://github.com/wewoor/online-code-formatting', - previewUrl: 'https://wewoor.github.io/online-code-formatting/', + previewUrl: 'https://wewoor.github.io/prettier-studio/', cnDesc: '使用 Molecule 开发的一个简单的在线代码格式化工具', enDesc: 'A simple online code formatting tool built with Molecule.', },