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

Commit

Permalink
Merge pull request #1296 from irisnet/horfix/v0.10.7
Browse files Browse the repository at this point in the history
hide advertising space
  • Loading branch information
kaifei Hu authored Mar 24, 2020
2 parents 28ab6ff + 90dc0c9 commit 976b7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/home/Home.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="home_wrap">
<advertising-space></advertising-space>
<!--<advertising-space></advertising-space>-->
<div class="home_container">
<div class="information_preview">
<ul class="current_net_status_list">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/txs/TxDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</li>
</ul>
</div>
<advertising-space :page-class="'txDetail'"></advertising-space>
<!--<advertising-space :page-class="'txDetail'"></advertising-space>-->
<div class="tx_detail_message_content_title">Transaction Message or Result</div>
<div class="tx_detail_message_information_content">
<ul class="tx_detail_message_information">
Expand Down

0 comments on commit 976b7af

Please sign in to comment.