Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 976b7af

Browse files
author
kaifei Hu
authored
Merge pull request #1296 from irisnet/horfix/v0.10.7
hide advertising space
2 parents 28ab6ff + 90dc0c9 commit 976b7af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/home/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="home_wrap">
3-
<advertising-space></advertising-space>
3+
<!--<advertising-space></advertising-space>-->
44
<div class="home_container">
55
<div class="information_preview">
66
<ul class="current_net_status_list">

frontend/src/components/txs/TxDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</li>
6868
</ul>
6969
</div>
70-
<advertising-space :page-class="'txDetail'"></advertising-space>
70+
<!--<advertising-space :page-class="'txDetail'"></advertising-space>-->
7171
<div class="tx_detail_message_content_title">Transaction Message or Result</div>
7272
<div class="tx_detail_message_information_content">
7373
<ul class="tx_detail_message_information">

0 commit comments

Comments
 (0)