Skip to content

Commit

Permalink
[Feat] Add event-us redirect link at ticket button
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyu1019 committed Feb 16, 2024
1 parent 246c6b2 commit b8be802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/TicketButton.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<div class="ticket-button">
<span class="ticket-button-text">티켓 추후 판매</span>
</div>
<a href='https://event-us.kr/gwdc24/event/77961' class="ticket-button">
<span class="ticket-button-text">티켓 구매 하기</span>
</a>
</template>

<style scoped lang="scss">
@import '@/assets/color';
div.ticket-button {
a.ticket-button {
display: flex;
padding: 8px 20px;
justify-content: center;
Expand Down

0 comments on commit b8be802

Please sign in to comment.