Skip to content

Commit

Permalink
🚑️ (pages/event) 各種SNSの表示切り替え
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Oct 30, 2023
1 parent c7ff7c0 commit f21784f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pages/event/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ for (let i = 1; i <= event?.activity_images; i++) {
class="group-image"
/>
</div>
<div>
<div v-if="event?.x_id || event?.instagram_id || event?.facebook_id">
<SponsorsListTitle text="各種リンク" />
<div class="link-icons">
<a
Expand Down Expand Up @@ -113,17 +113,17 @@ for (let i = 1; i <= event?.activity_images; i++) {
<img alt="facebook" src="/images/icons/facebook-logo.webp" />
</a>
</div>
<div v-if="event?.website" class="website-section">
<SponsorsListTitle text="団体ホームページ" />
<a
:href="event?.website"
class="website-link"
rel="noopener noreferrer"
target="_blank"
>
{{ event?.website }}
</a>
</div>
</div>
<div v-if="event?.website" class="website-section">
<SponsorsListTitle text="団体ホームページ" />
<a
:href="event?.website"
class="website-link"
rel="noopener noreferrer"
target="_blank"
>
{{ event?.website }}
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit f21784f

Please sign in to comment.