diff options
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r-- | components/JoinUs.vue | 5 |
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; } |