Skip to content

Commit

Permalink
Merge pull request #202 from scalamatsuri/modifiedBanner
Browse files Browse the repository at this point in the history
Tシャツバナーを非表示に
  • Loading branch information
omiend authored Sep 26, 2023
2 parents 67e36a8 + 9dbbe71 commit 8a57978
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nuxt_src/components/sections/top/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ ja:
<!-- <nuxt-link :to="localePath('cfp')" class="banner_item banner_item-staff"> -->
<!-- <span>{{ $t("cfp") }}</span> -->
<!-- </nuxt-link> -->
<a href="https://scalaconfjp.doorkeeper.jp/" target="_blank" rel="noopener" class="banner_item banner_item_two banner_item-ticket">
<a href="https://scalaconfjp.doorkeeper.jp/" target="_blank" rel="noopener" class="banner_item banner_item_one banner_item-ticket">
<span>Doorkeeper</span>
</a>
<a
href="https://scalamatsuri-online-shop.myshopify.com/"
target="_blank"
rel="noopener"
class="banner_item banner_item_two banner_item-tshorts"
>
<span>{{ $t("tshirt") }} </span>
</a>
<!-- <a -->
<!-- href="https://scalamatsuri-online-shop.myshopify.com/" -->
<!-- target="_blank" -->
<!-- rel="noopener" -->
<!-- class="banner_item banner_item_two banner_item-tshorts" -->
<!-- > -->
<!-- <span>{{ $t("tshirt") }} </span> -->
<!-- </a> -->
</div>
</div>
</template>
Expand Down

0 comments on commit 8a57978

Please sign in to comment.