Skip to content

Commit dd2ea53

Browse files
fixed relative url in router-link
1 parent 64631ee commit dd2ea53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We don't have a design ! Just a theme. The discussions for this is taking place
3434

3535
1. [Pick an Issue](https://github.com/mscraftsman/devcon2020/issues) or Create an issue to help with
3636
2. Comment on the issue and let everyone know you'll be helping on this. (to avoid duplicates)
37-
3. Clone the `develop` branch and resolve the issue locally.
37+
3. Clone the `develop` branch and resolve the issue locally
3838
4. Make a merge request to the `develop` branch
3939
5. One of the maintainers will review the PR and merge, else there will be comments if adjustments are required.
4040

src/components/home/landing-section.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
</div>
88
<h1 class="font-hulksmash font-hairline text-5xl leading-none">Developers Conference 2020</h1>
99
<div class="button-wrapper flex justify-around pt-5">
10-
<router-link
10+
<!--<router-link
1111
:to="'https://meetup.com'"
1212
class="button text-2xl font-black font-spiderman bg-black text-white py-3 px-5"
13+
>Register</router-link>-->
14+
<router-link
15+
href="https://www.meetup.com/MauritiusSoftwareCraftsmanshipCommunity/events/268265742/"
16+
class="button text-2xl font-black font-spiderman bg-black text-white py-3 px-5"
1317
>Register</router-link>
1418
<!-- <router-link :to="{name:'PageSessions'}" class="button">Schedule</router-link> -->
1519
</div>

0 commit comments

Comments
 (0)