add tour to nav and pointer cursor for clickable tour cards
This commit is contained in:
parent
46e503ee0b
commit
898b0ff245
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,11 @@ export default class Navigation extends Nanocomponent {
|
||||||
title: "LBRY overview",
|
title: "LBRY overview",
|
||||||
url: "/overview"
|
url: "/overview"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Tour",
|
||||||
|
title: "Take a Tour",
|
||||||
|
url: "/tour"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Resources",
|
name: "Resources",
|
||||||
title: "View LBRY resources",
|
title: "View LBRY resources",
|
||||||
|
|
|
@ -185,6 +185,7 @@
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue