File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
packages/app/src/app/pages/Sandbox/Editor/Workspace/Dependencies Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { InstantSearch , Configure , Pagination } from 'react-instantsearch/dom' ;
2+ import {
3+ InstantSearch ,
4+ Configure ,
5+ Pagination ,
6+ PoweredBy ,
7+ } from 'react-instantsearch/dom' ;
38import { connectAutoComplete } from 'react-instantsearch/connectors' ;
49import Downshift from 'downshift' ;
510import styled from 'styled-components' ;
11+ import theme from 'common/theme' ;
612
713import 'app/pages/Search/Search.css' ;
814
@@ -133,6 +139,14 @@ export default class SearchDependencies extends React.PureComponent {
133139 onManualSelect = { this . handleManualSelect }
134140 onHitVersionChange = { this . handleHitVersionChange }
135141 />
142+ < div
143+ style = { {
144+ height : 40 ,
145+ backgroundColor : theme . background2 . darken ( 0.2 ) ( ) ,
146+ } }
147+ >
148+ < PoweredBy />
149+ </ div >
136150 </ InstantSearch >
137151 ) ;
138152 }
You can’t perform that action at this time.
0 commit comments