From bbfb7840c69e8e1883d5c8eadb0d5bb508a8bfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Fri, 17 May 2024 20:44:27 +0200 Subject: [PATCH] Uklid cest --- components/Header.vue | 6 +++--- components/Menu.vue | 4 ++-- components/ResultsTable.vue | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/Header.vue b/components/Header.vue index 04ab17c..fd5ccb8 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -1,10 +1,10 @@ <template> <nav class="navbar navbar-dark bg-dark"> <div class="container-fluid"> - <a class="navbar-brand" href="/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/">🏴‍â ️ Piráti - VolebnĂ kalkulaÄŤka k primárkám do voleb EP 2024</a> - + <a class="navbar-brand" href="/">🏴‍â ️ Piráti - VolebnĂ kalkulaÄŤka k volbam do EP 2024</a> + <Menu /> - + </div> </nav> </template> diff --git a/components/Menu.vue b/components/Menu.vue index f812aa2..61ce02a 100644 --- a/components/Menu.vue +++ b/components/Menu.vue @@ -12,7 +12,7 @@ <div class="offcanvas-body"> <ul class="navbar-nav justify-content-end flex-grow-1 pe-3"> <li class="nav-item"> - <a class="nav-link active" aria-current="page" href="https://kalkulacka.one/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/">🏴‍â ️ Piráti: Primárky 2024</a> + <a class="nav-link active" aria-current="page" href="https://kalkulacka.pirati.cz/">🏴‍â ️ Piráti: Primárky 2024</a> </li> <!-- <li class="nav-item"> <NuxtLink class="nav-link active" aria-current="page" to="/">🚀 VolebnĂ kalkulaÄŤka "2050"</NuxtLink> @@ -37,4 +37,4 @@ width: 275px; background-color: #222; } -</style> \ No newline at end of file +</style> diff --git a/components/ResultsTable.vue b/components/ResultsTable.vue index 93d4d65..b2503cd 100644 --- a/components/ResultsTable.vue +++ b/components/ResultsTable.vue @@ -33,11 +33,11 @@ export default { methods: { comparison: function(id) { // console.log("clicked", id) - this.$router.push({ + this.$router.push({ name: 'comparison', params: { candidateId: id - } + } }) }, @@ -46,7 +46,7 @@ export default { // return "https://www.psp.cz/eknih/cdrom/2013ps/eknih/2013ps/poslanci/i" + name + ".jpg" // return "/cs/volby-2021-2050/logos/" + name + ".webp" // return '~/assets/images/' + name +'.webp' - return '/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/images/' + name +'.webp' + return '/images/' + name +'.webp' // CDN // return "https://michalskop-gitlab-io.azureedge.net/sinventura-2017-2021.volebnikalkulacka.cz/photos/" + name + ".webp" } @@ -62,4 +62,4 @@ export default { .list-group { cursor: pointer; } -</style> \ No newline at end of file +</style> -- GitLab