Skip to content

Commit e796d39

Browse files
author
Rian Webster
authored
Update members list and add direct links to Discord/GitHub
1 parent 3d839bd commit e796d39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/home/AppMembers.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ul>
66
<li v-for="member in members" :key="member">{{member}}</li>
77
</ul>
8-
<p>Want to join the Infinite Robots? Just join our discord and open a pull request on github to add yourself to the members list!</p>
8+
<p>Want to join the Infinite Robots? Just join our <a href="https://discord.gg/WdWARZA">discord</a> and open a pull request on <a href="https://github.com/infinite-robots/infinite-robots-homepage/edit/master/components/home/AppMembers.vue">github</a> to add yourself to the members list!</p>
99
</div>
1010
</section>
1111
</template>
@@ -15,8 +15,8 @@ export default {
1515
data() {
1616
return {
1717
members: [
18-
'drew',
19-
'cadeng150'
18+
'Drew W.',
19+
'Rian W.'
2020
]
2121
}
2222
}

0 commit comments

Comments
 (0)