mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix clickable area of logo
This commit is contained in:
parent
285112846c
commit
db7f459e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export class Layout extends React.Component<ILayoutProps, {}> {
|
|||
return <div className="container">
|
||||
<div className="row">
|
||||
<h1>
|
||||
<a href="./">
|
||||
<a href="./" style={{ display: "inline-block" }}>
|
||||
<img src="logo_filterlists.png" alt="FilterLists" className="img-responsive"/>
|
||||
</a>
|
||||
</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue