Skip to content

Commit

Permalink
do not use eventLink until we sort out handling old events
Browse files Browse the repository at this point in the history
  • Loading branch information
jillh510 committed Dec 10, 2018
1 parent 6b793be commit a75b976
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
<div class="card-detail">
<h3>{{activeGroup.name}}</h3>
<div class="info pull-left">
<div v-if="activeGroup.eventLink" class="event-link">
<a :href="activeGroup.eventLink" target="_blank">Find out more</a>
</div>
<div v-else-if="activeGroup.motpLink" class="event-link">
<div v-if="activeGroup.motpLink" class="event-link">
<a :href="activeGroup.motpLink" target="_blank">Find out more</a>
</div>
<div v-if="activeGroup.host" class="hosted-by">
Expand Down

0 comments on commit a75b976

Please sign in to comment.