add tour to nav and pointer cursor for clickable tour cards

This commit is contained in:
Jeremy Kauffman 2018-09-24 14:30:17 -04:00
parent 46e503ee0b
commit 898b0ff245
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,11 @@ export default class Navigation extends Nanocomponent {
title: "LBRY overview",
url: "/overview"
},
{
name: "Tour",
title: "Take a Tour",
url: "/tour"
},
{
name: "Resources",
title: "View LBRY resources",

View file

@ -185,6 +185,7 @@
margin-bottom: 1rem;
object-fit: contain;
object-position: center;
cursor: pointer;
&:not(:last-of-type) {
margin-right: 1rem;