Add privacy policy link
This commit is contained in:
parent
e00c743d7d
commit
222188790d
|
@ -62,6 +62,18 @@ h2 {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
a.privacy-policy {
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
font-weight: 300;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
|
|
@ -33,6 +33,11 @@
|
|||
Open in Status
|
||||
</a>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<a class="privacy-policy" href="https://status.im/privacy-policy.html" target="_blank">
|
||||
Privacy Policy
|
||||
</a>
|
||||
</footer>
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
<script type='text/javascript' src='/javascripts/app.js'></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue