mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Make Algolia logo a link
This commit is contained in:
parent
1715676046
commit
deb8d8c245
1 changed files with 7 additions and 2 deletions
|
|
@ -53,12 +53,17 @@ class Header extends React.Component {
|
|||
</a>
|
||||
</h1>
|
||||
<span style={{ flexGrow: 1 }} />
|
||||
<AlgoliaLogo
|
||||
<a
|
||||
href="https://www.algolia.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
style={{
|
||||
opacity: this.props.searchQuery ? 0.5 : 0,
|
||||
transition: "opacity ease-in 300ms"
|
||||
}}
|
||||
/>
|
||||
>
|
||||
<AlgoliaLogo />
|
||||
</a>
|
||||
<input
|
||||
style={{ marginLeft: 10 }}
|
||||
type="text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue