Skip to content

Commit

Permalink
NEW intro added to router
Browse files Browse the repository at this point in the history
  • Loading branch information
hsurf22 committed Aug 9, 2018
1 parent 6fb305c commit 2d4a965
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
}
}

a {
color: $white;
text-decoration: none;
padding: 15px 70px;
}

.modal-body {
background-image: url('~@/assets/images/modal/garlands.png');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</p>
</div>
<div class="button-container fixed-width-1">
<b-btn class="mid-round-button-green-filled close-button">
<router-link to="/mew-intro" class="mid-round-button-green-filled close-button">
Continue
</b-btn>
</router-link>
</div>
</b-modal>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.cww {
position: absolute;
transition: all 0.5s ease;
transition: all 0.6s ease;
bottom: 0;
opacity: 1;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="">Help Center</a>. We have many articles to assist you!
</p>

<div class="mid-round-button-green-filled-green-border">Get Started</div>
<router-link to="/create-wallet"><div class="mid-round-button-green-filled-green-border">Get Started</div></router-link>

</div>
</dir>
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default new Router({
component: HelpCenterLayout
},
{
path: '/create-wallet-warnings',
path: '/mew-intro',
name: 'CreateWalletWarningLayout',
component: CreateWalletWarningLayout
},
Expand Down

1 comment on commit 2d4a965

@mew-bot
Copy link
Collaborator

@mew-bot mew-bot commented on 2d4a965 Aug 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.