Skip to content

Commit

Permalink
Merge pull request #6 from brandonbk/update-intro-copy
Browse files Browse the repository at this point in the history
Update introductory text
  • Loading branch information
zarathustra323 authored May 4, 2021
2 parents 95e38fa + dc27e1e commit 0007670
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app/pages/crop-comparison/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,23 @@

<div v-if="!hasToken">
<p class="mb-4 text-lg font-medium text-logo-blue">
You must be logged in to access and create crop comparison scenarios.
How to get started:
</p>
<p>
To continue, please
Step 1: Click
<nuxt-link
:to="{ path: '/login', query: { r: $route.path } }"
class="text-logo-green font-medium hover:underline"
>
login or register
Login/Register.
</nuxt-link>
</p>
<p>Step 2: Enter your email address and click "Send login link."</p>
<p>
Step 3: You will receive a personal login link via email.
Within it, click "Login to High Oil Soy."
</p>
<p>Step 4: Create your personalized scenario.</p>
</div>
<div v-else>
<!-- Query error -->
Expand Down

0 comments on commit 0007670

Please sign in to comment.