@@ -1189,6 +1189,7 @@ const TwitterLikeAPI = (tweet_Id) => {
export const hideBuyNFT = () => {
let iframe = document.querySelector('#nftProjectId')
iframe.style.display = 'none'
+ iframe.src = ''
}
export const showBuyNFT = ({ nft_project_Id }) => {
@@ -235,6 +235,7 @@ onMounted(() => {
.right {
text-align: right;
+ line-height: 17px;
p {
margin: 0;
@@ -280,6 +281,7 @@ onMounted(() => {