about summary refs log tree commit diff
path: root/components/JoinUs.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-11-09 08:28:09 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-11-09 08:28:09 +0100
commitdec87e2a665c5cd1c75686dda388c042a1b042f6 (patch)
tree3c4be4f258e7767c56dd1be5a4258ebf389d4bb4 /components/JoinUs.vue
parent2103c12d42a7d10ef15886119929ef7326822833 (diff)
downloadpuszcza-dec87e2a665c5cd1c75686dda388c042a1b042f6.tar.gz
puszcza-dec87e2a665c5cd1c75686dda388c042a1b042f6.zip
Add stories for Header & JoinUs
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r--components/JoinUs.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue
index f534d22..6ffec91 100644
--- a/components/JoinUs.vue
+++ b/components/JoinUs.vue
@@ -5,7 +5,7 @@
         <div class="text">Rozpocznij swoją harcerską przygodę!</div>
       </div>
       <div class="button">
-        <router-link to="/kontakt">Dołącz do nas!</router-link>
+        <nuxt-link to="/kontakt">Dołącz do nas!</nuxt-link>
       </div>
     </div>
   </section>
@@ -53,10 +53,11 @@
   background-color: #507b34;
   padding: 10px;
   max-width: 150px;
+  color: #ffffff;
+  text-align: center;
 }
 
 .button a {
-  color: #ffffff;
   text-decoration: none;
 }