Skip to content

Commit 0547fd2

Browse files
committed
Fix missing link
1 parent 770216e commit 0547fd2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/views/Contribute.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@
101101
experience with web development, and would like to help out, please have a look at
102102
the website repo.
103103
</p>
104-
<v-btn class="bg-primary text-white">Website repo</v-btn>
104+
<v-btn
105+
class="bg-primary text-white"
106+
href="https://github.com/compas-dev/compas-dev.github.io"
107+
target="_blank"
108+
>
109+
Website repo
110+
</v-btn>
105111
</v-col>
106112
</v-row>
107113
</v-col>

0 commit comments

Comments
 (0)