web interface -- Update footer from placeholder to actual values.
This commit is contained in:
parent
3901dda39c
commit
97161ab4f0
|
@ -14,13 +14,10 @@ class Footer extends Component {
|
||||||
<div className="col-12 col-lg-auto ml-lg-auto">
|
<div className="col-12 col-lg-auto ml-lg-auto">
|
||||||
<ul className="list-inline list-inline-dots text-center mb-0">
|
<ul className="list-inline list-inline-dots text-center mb-0">
|
||||||
<li className="list-inline-item">
|
<li className="list-inline-item">
|
||||||
<a href="https://adguard.com/welcome.html" target="_blank" rel="noopener noreferrer">Homepage</a>
|
<a href="https://adguard.com/adguard-dns/overview.html" target="_blank" rel="noopener noreferrer">Homepage</a>
|
||||||
</li>
|
</li>
|
||||||
<li className="list-inline-item">
|
<li className="list-inline-item">
|
||||||
<a href="https://github.com/AdguardTeam/" target="_blank" rel="noopener noreferrer">Github</a>
|
<a href="https://github.com/AdguardTeam/AdguardDNS" target="_blank" rel="noopener noreferrer">Github</a>
|
||||||
</li>
|
|
||||||
<li className="list-inline-item">
|
|
||||||
<a href="https://adguard.com/privacy.html" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue