From 1c4eb9d0e6b646ef8c1942693a1a70265d99e191 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 25 Nov 2024 13:22:05 -0800 Subject: [PATCH] migrate to LinkButton --- CONTRIBUTING.md | 2 +- docs/activities/Building_An_Activity.mdx | 2 +- docs/quick_start/Getting_Started.mdx | 2 +- docs/tutorials/Developing_a_User_Installable_App.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 944be44c54..42a8e0d605 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,7 +81,7 @@ Buttons are simply... clickable buttons. They take `href` and `color` as argumen ![Button MDX Component](images/mdx-button.png) ```markdown - +click the button! ``` #### Cards diff --git a/docs/activities/Building_An_Activity.mdx b/docs/activities/Building_An_Activity.mdx index 65a81aa182..a61175bfcd 100644 --- a/docs/activities/Building_An_Activity.mdx +++ b/docs/activities/Building_An_Activity.mdx @@ -107,7 +107,7 @@ By the end of Step 1, you should have: With our project set up, let's create our app and configure the Activity. Create a new app in the developer portal if you don't have one already: - +Create App Enter a name for your app, select a development team, then press **Create**. diff --git a/docs/quick_start/Getting_Started.mdx b/docs/quick_start/Getting_Started.mdx index 3c5b290e74..352f1f718d 100644 --- a/docs/quick_start/Getting_Started.mdx +++ b/docs/quick_start/Getting_Started.mdx @@ -85,7 +85,7 @@ With that out of the way, open your new project in the code editor of your choic First, you'll need to create an app in the developer portal if you don't have one already: - +Create App Enter a name for your app, then press **Create**. diff --git a/docs/tutorials/Developing_a_User_Installable_App.mdx b/docs/tutorials/Developing_a_User_Installable_App.mdx index 0b6bb3d822..9619f38d49 100644 --- a/docs/tutorials/Developing_a_User_Installable_App.mdx +++ b/docs/tutorials/Developing_a_User_Installable_App.mdx @@ -58,7 +58,7 @@ With that out of the way, open your new project in the code editor of your choic First, you'll need to create an app in the developer portal if you don't have one already: - +Create App Enter a name for your app, then press **Create**.