mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
link logo to home
This commit is contained in:
parent
bcbd60bde2
commit
587f1aba2a
1 changed files with 8 additions and 6 deletions
|
|
@ -9,13 +9,15 @@ export class Layout extends React.Component<LayoutProps, {}> {
|
|||
return <div className="container">
|
||||
<div className="row">
|
||||
<h1>
|
||||
<img src="logo_filterlists.png" alt="FilterLists" style={{
|
||||
width: "40%",
|
||||
display: "block",
|
||||
height: "auto"
|
||||
}}/>
|
||||
<a href="./">
|
||||
<img src="logo_filterlists.png" alt="FilterLists" style={{
|
||||
width: "40%",
|
||||
display: "block",
|
||||
height: "auto"
|
||||
}}/>
|
||||
</a>
|
||||
</h1>
|
||||
<p style={{ margin: 10 }}>
|
||||
<p style={{ margin: 10 }}>
|
||||
The independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue