Skip to content

Commit a5013eb

Browse files
committed
Revert "chore(playground): add Vercel deployment button to GitHub sharing content"
This reverts commit 83c6da6.
1 parent 83c6da6 commit a5013eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/playground/app/components/share/ShareGithubTab.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ async function submit() {
105105
type: 'blob',
106106
content: `# ${state.value.name}
107107
108-
Aplicación Web desarrollada en [EsJS](https://es.js.org/).
109-
110-
[![Desplegar con Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=${encodeURIComponent(repo.data.html_url)})`,
108+
Aplicación Web desarrollada en [EsJS](https://es.js.org/).`,
111109
},
112110
],
113111
base_tree: currentCommit.data.commit.tree.sha,

0 commit comments

Comments
 (0)