about summary refs log tree commit diff
path: root/components/JoinUs.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-10-13 20:59:07 +0200
committerGitHub <noreply@github.com>2020-10-13 20:59:07 +0200
commit7a9414ce9ae60ca8fb07dd660df18af290121b8c (patch)
tree9f51494d11b8802dc9d18c4fbca3d032006c7f49 /components/JoinUs.vue
parentb04586d08643d7dd57c3ec279189782e4acfe1da (diff)
parent0edaf7ccc87df5aefec79b3fabd9d4741f3f97c7 (diff)
downloadpuszcza-7a9414ce9ae60ca8fb07dd660df18af290121b8c.tar.gz
puszcza-7a9414ce9ae60ca8fb07dd660df18af290121b8c.zip
Merge pull request #46 from 19pdh/nabor
Nabor
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>