Add navigation to the banner #25

Merged
Adrianht merged 7 commits from feat/navigation-in-header into master 2020-09-07 14:57:40 +00:00
Showing only changes of commit ee15c65988 - Show all commits

View File

@@ -38,14 +38,14 @@ export default {
name: "Lotteriet", name: "Lotteriet",
route: "/lottery/game/" route: "/lottery/game/"
}, },
// { {
// name: "Foreslå vin", name: "Foreslå vin",
// route: "/request" route: "/request"
// }, },
// { {
// name: "Foreslåtte viner", name: "Foreslåtte viner",
// route: "/all-requested-wines" route: "/requested-wines"
// }, },
] ]
}; };
KevinMidboe commented 2020-09-02 08:10:33 +00:00 (Migrated from github.com)
Review

Remove

Remove
KevinMidboe commented 2020-09-02 08:13:10 +00:00 (Migrated from github.com)
Review

We could toggle with class mobile-only/desktop-only.

We could toggle with class `mobile-only`/`desktop-only`.
Adrianht commented 2020-09-07 14:33:29 +00:00 (Migrated from github.com)
Review

fixed

fixed
Adrianht commented 2020-09-07 14:33:39 +00:00 (Migrated from github.com)
Review

fixed

fixed
}, },