Merge pull request #38 from KevinMidboe/hotfix/add-route-link-to-highscore

Add link to highscore
This commit is contained in:
Adrian Thompson
2020-09-10 15:27:22 +02:00
committed by GitHub

View File

@@ -46,6 +46,10 @@ export default {
name: "Foreslåtte viner",
route: "/requested-wines"
},
{
name: "Highscore",
route: "/highscore"
}
]
};
},