Skip to content

Commit

Permalink
#82 some misc issues (#84)
Browse files Browse the repository at this point in the history
* some issue fixes

* add missing link to a tags

* revert the a tag back
  • Loading branch information
SebinSong authored Feb 15, 2024
1 parent b3b7740 commit c514a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/GetStarted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="c-feature-box-title">Create an account</div>
<div class="c-feature-box-para">
Group Income doesn't use cookies to manage user accounts.
<a href="#" class="is-display-block is-link">Read more about our technology</a>
<a href="https://shelterprotocol.net" target="_blank" class="is-display-block is-link">Read more about our technology</a>
</div>
</div>

Expand Down
3 changes: 1 addition & 2 deletions src/components/HomeAnimation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
</h1>
<p class="is-subtitle c-main-para">Group income makes it easy for small communities to
voluntarily provide a financial safety net for their members.</p>
<a class="c-navbar-item button is-big is-primary" v-href="'/get-started'" data-test="getStartedLink'">Get
started</a><i class="icon-chevron-bottom" @click="scrollTo('#container2')"></i>
<i class="icon-chevron-bottom" @click="scrollTo('#container2')"></i>
</div>
</section>

Expand Down

0 comments on commit c514a5b

Please sign in to comment.