We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c6da6 commit a5013ebCopy full SHA for a5013eb
apps/playground/app/components/share/ShareGithubTab.vue
@@ -105,9 +105,7 @@ async function submit() {
105
type: 'blob',
106
content: `# ${state.value.name}
107
108
-Aplicación Web desarrollada en [EsJS](https://es.js.org/).
109
-
110
-[](https://vercel.com/new/clone?repository-url=${encodeURIComponent(repo.data.html_url)})`,
+Aplicación Web desarrollada en [EsJS](https://es.js.org/).`,
111
},
112
],
113
base_tree: currentCommit.data.commit.tree.sha,
0 commit comments