Skip to content

Commit 988ff12

Browse files
committed
Remove deploy with vercel button
1 parent d580964 commit 988ff12

File tree

5 files changed

+1
-16
lines changed

5 files changed

+1
-16
lines changed

other/server-side-verification-example/app/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ function App() {
130130
>
131131
Source code
132132
</a>
133-
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FWeb3Auth%2Fweb3auth-pnp-examples%2Ftree%2Fmain%2Fweb-no-modal-sdk%2Fother%2Fserver-side-verification-no-modal-example&project-name=w3a-ssv-no-modal&repository-name=w3a-ssv-no-modal">
134-
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
135-
</a>
136133
</footer>
137134
</div>
138135
);

other/smart-account-example/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ function App() {
6767
>
6868
Source code
6969
</a>
70-
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FWeb3Auth%2Fweb3auth-pnp-examples%2Ftree%2Fmain%2Fweb-no-modal-sdk%2Fquick-starts%2Freact-hooks-no-modal-quick-start&project-name=react-hooks-no-modal-quick-start&repository-name=react-hooks-no-modal-quick-start">
71-
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
72-
</a>
7370
</footer>
7471
</div>
7572
);

quick-starts/angular-quick-start/src/app/app.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ <h1 class="title">
4242
>
4343
Source code
4444
</a>
45-
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FWeb3Auth%2Fweb3auth-pnp-examples%2Ftree%2Fmain%2Fweb-modal-sdk%2Fquick-starts%2Fangular-modal-quick-start&project-name=w3a-angular-modal&repository-name=w3a-angular-modal">
46-
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
47-
</a>
4845
</footer>
4946
</div>

quick-starts/react-solana-quick-start/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ function App() {
7979
>
8080
Source code
8181
</a>
82-
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FWeb3Auth%2Fweb3auth-pnp-examples%2Ftree%2Fmain%2Fweb-modal-sdk%2Fquick-starts%2Freact-hooks-modal-quick-start&project-name=react-hooks-modal-quick-start&repository-name=react-hooks-modal-quick-start">
83-
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
84-
</a>
8582
</footer>
8683
</div>
8784
);

quick-starts/vanillajs-quick-start/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ <h1 class="title">
3333
<a href="https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/vanillajs-modal-quick-start"
3434
target="_blank" rel="noopener noreferrer">
3535
Source code
36-
</a>
37-
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FWeb3Auth%2Fweb3auth-pnp-examples%2Ftree%2Fmain%2Fweb-modal-sdk%2Fquick-starts%2Fvanillajs-modal-quick-start&project-name=w3a-vanillajs-modal&repository-name=w3a-vanillajs-modal">
38-
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
39-
</a>
36+
</a>
4037
</footer>
4138
</div>
4239

0 commit comments

Comments
 (0)