Skip to content

Commit

Permalink
feat: save code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisic committed Nov 14, 2023
1 parent 7285d6d commit cea87cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<a-modal :footer="null" width="760px" centered="true" v-model:visible="visibleNumber" maskClosable="false">
<a-modal :footer="null" width="760px" centered="true" v-model:visible="visibleNumber" :maskClosable="false">
<div class="text-[24px] text-[#151210] font-bold">Sign Using Wallet</div>
<template #closeIcon>
<img class="mt-5" src="@/assets/icons/closeIcon.svg" @click="close" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<a-modal :footer="null" width="760px" centered="true" v-model:visible="visibleSave" maskClosable="false">
<a-modal :footer="null" width="760px" centered="true" v-model:visible="visibleSave" :maskClosable="false">
<!-- <div class="text-[24px] text-[#151210] font-bold">Custom Params</div> -->
<template #closeIcon>
<img class="mt-5" src="@/assets/icons/closeIcon.svg" @click="handleCancel" />
Expand Down

0 comments on commit cea87cb

Please sign in to comment.