about summary refs log tree commit diff
path: root/components/JoinUs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r--components/JoinUs.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue
index 65431fa..13c7188 100644
--- a/components/JoinUs.vue
+++ b/components/JoinUs.vue
@@ -4,7 +4,7 @@
       <div class="title">
         <div class="text">Rozpocznij swoją harcerską przygodę!</div>
       </div>
-      <plain-button @click="$router.push('/kontakt')" text="Dołącz do nas" />
+      <plain-button @click="$router.push('/nabor')" text="Dołącz do nas" />
     </div>
   </section>
 </template>