Skip to content

Commit

Permalink
Moved organisers to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuerell committed Nov 1, 2024
1 parent aa2472d commit 32a782f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/components/common/vatsim/CommonEventCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@
</div>
</div>

<div
v-if="organisers"
class="detail-item"
>
<div class="detail-item_header">
Organisers:
</div>
<div class="detail-item_content">
{{ organisers }}
</div>
</div>
<div
v-if="props.event.airports?.length > 0"
class="detail-item"
Expand Down Expand Up @@ -72,6 +61,18 @@
</div>
</div>

<div
v-if="organisers"
class="detail-item"
>
<div class="detail-item_header">
Organisers:
</div>
<div class="detail-item_content">
{{ organisers }}
</div>
</div>

<p>More details: <a
:href="props.event.link"
target="_blank"
Expand Down

0 comments on commit 32a782f

Please sign in to comment.