feat: add footer with CCP copyright and Cloudflare reference (#73)
This commit is contained in:
@@ -69,3 +69,13 @@
|
||||
.statistics > div:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #7a7a7a;
|
||||
font-size: 12px;
|
||||
margin-top: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
.footer a {
|
||||
color: #7a7a7a;
|
||||
}
|
||||
|
||||
@@ -67,6 +67,12 @@ const Page = () => {
|
||||
<ShipStatistics />
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.footer}>
|
||||
© 2014 CCP hf. All rights reserved. "EVE", "EVE Online", "CCP", and all related
|
||||
logos and images are trademarks or registered trademarks of CCP hf.
|
||||
<br />
|
||||
Kindly hosted by <a href="https://cloudflare.com">Cloudflare</a>.
|
||||
</div>
|
||||
{debug && <Debug />}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user