Skip to content

Commit 6273fe9

Browse files
committed
termsをあやまって変更したためrevert
1 parent aac81ef commit 6273fe9

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/pages/terms.vue

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,8 @@
2222
<v-icon v-if="isCheck" color="#0071C2">mdi-check-box-outline</v-icon>
2323
<v-icon v-else color="#0071C2">mdi-checkbox-blank-outline</v-icon>
2424
</label>
25-
<action-button
26-
:is-disabled="!isCheck"
27-
class="Button"
28-
theme="primary"
29-
text="利用を開始する"
30-
@click="$emit('clickAgreeButton')"
31-
/>
32-
<action-button
33-
class="Button"
34-
theme="border"
35-
text="同意しない"
36-
@click="$router.push('/')"
37-
/>
25+
<action-button class="Button" theme="primary" text="利用を開始する" />
26+
<action-button class="Button" theme="border" text="同意しない" />
3827
</div>
3928
</template>
4029

0 commit comments

Comments
 (0)