Skip to content

Commit

Permalink
Remove duplicate search bar from explorer home (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stella Cannefax committed May 3, 2022
1 parent 2e31809 commit 2b230cd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
} from 'sui.js';

import Longtext from '../../components/longtext/Longtext';
import Search from '../../components/search/Search';
import theme from '../../styles/theme.module.css';
import { DefaultRpcClient as rpc } from '../../utils/api/DefaultRpcClient';
import ErrorResult from '../error-result/ErrorResult';
Expand Down Expand Up @@ -169,9 +168,8 @@ function LatestTxCard() {
return (
<div className={styles.txlatestesults}>
<div className={styles.txcardgrid}>
<h3>Latest Transaction</h3>
<h3>Latest Transactions</h3>
</div>
<div className={styles.txsearch}>{isLoaded && <Search />}</div>
<div className={styles.transactioncard}>
<div>
<div
Expand Down

0 comments on commit 2b230cd

Please sign in to comment.