diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 781a53c9..5e2f3b32 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,12 +6,6 @@ Refer also to https://github.com/antfu/contribute.
For guidelines on contributing to the documentation, refer to the [docs README](./docs/README.md).
-### Online
-
-You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow).
-
-[](https://pr.new/elk-zone/elk)
-
### Local Setup
To develop and test the Elk package:
diff --git a/README.md b/README.md
index 3519538c..c12ea65c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,6 @@ A nimble Mastodon web client
-
@@ -104,12 +103,6 @@ We would also appreciate sponsoring other contributors to the Elk project. If so
We're really excited that you're interested in contributing to Elk! Before submitting your contribution, please read through the following guide.
-### Online
-
-You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow).
-
-[](https://pr.new/elk-zone/elk)
-
### Local Setup
Clone the repository and run on the root folder:
diff --git a/docs/components/global/TranslationState.vue b/docs/components/global/TranslationState.vue
index 8882e696..0dd06865 100644
--- a/docs/components/global/TranslationState.vue
+++ b/docs/components/global/TranslationState.vue
@@ -76,18 +76,7 @@ async function copyToClipboard() {
You can see the detail (missing and outdated keys) by clicking on the corresponding row.
- If you want to send a PR, click on Edit link on the corresponding translation file, it will open Codeflow:
-
- read the following guide
-
-
+ If you want to send a PR, click on Edit link on the corresponding translation file, it will open the translation file in GitHub
@@ -128,10 +117,10 @@ async function copyToClipboard() {
Edit
@@ -154,10 +143,10 @@ async function copyToClipboard() {
{{ `${total}` }}
Edit
@@ -255,7 +244,7 @@ tr.expandable, tr.expandable td {
cursor: pointer;
}
-a.codeflow,
+a.edit-in-github,
a.inline,
td.expandable div {
display: flex;
diff --git a/docs/content/1.guide/3.contributing.md b/docs/content/1.guide/3.contributing.md
index d6143802..f799d5e4 100644
--- a/docs/content/1.guide/3.contributing.md
+++ b/docs/content/1.guide/3.contributing.md
@@ -2,12 +2,6 @@
We're really excited that you're interested in contributing to Elk! Before submitting your contribution, please read through the following guide.
-## Online
-
-You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow).
-
-[](https://pr.new/elk-zone/elk)
-
## Local Setup
Clone the repository and run on the root folder: