Przeglądaj źródła

docs: Turn remaining "Try it live" links to buttons.

Renée Kooi 6 lat temu
rodzic
commit
e387f48f75

+ 1 - 1
website/src/docs/dropbox.md

@@ -18,7 +18,7 @@ uppy.use(Dropbox, {
 })
 ```
 
-[Try live!](/examples/dashboard/)
+<a class="TryButton" href="/examples/dashboard/">Try it live</a>
 
 ## Installation
 

+ 1 - 1
website/src/docs/google-drive.md

@@ -18,7 +18,7 @@ uppy.use(GoogleDrive, {
 })
 ```
 
-[Try live!](/examples/dashboard/)
+<a class="TryButton" href="/examples/dashboard/">Try it live</a>
 
 ## Installation
 

+ 1 - 1
website/src/docs/instagram.md

@@ -18,7 +18,7 @@ uppy.use(Instagram, {
 })
 ```
 
-[Try live!](/examples/dashboard/)
+<a class="TryButton" href="/examples/dashboard/">Try it live</a>
 
 ## Installation
 

+ 1 - 1
website/src/docs/url.md

@@ -18,7 +18,7 @@ uppy.use(Url, {
 })
 ```
 
-[Try live!](/examples/dashboard/)
+<a class="TryButton" href="/examples/dashboard/">Try it live</a>
 
 ## Installation
 

+ 1 - 1
website/src/docs/webcam.md

@@ -18,7 +18,7 @@ uppy.use(Webcam, {
 })
 ```
 
-[Try live!](/examples/dashboard/)
+<a class="TryButton" href="/examples/dashboard/">Try it live</a>
 
 ## Installation