mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(footer): add feedback and contact links and update styling
This commit is contained in:
@@ -164,20 +164,16 @@
|
|||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.version {
|
.footerInfo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 2em;
|
margin-top: 1em;
|
||||||
padding-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.version a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
.version a:hover {
|
.footerInfo a:visited {
|
||||||
text-decoration: underline;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popularThreads {
|
.popularThreads {
|
||||||
|
|||||||
+15
-6
@@ -154,12 +154,21 @@ export const Footer = () => {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div className={styles.version}>
|
<div className={styles.footerInfo}>
|
||||||
<Version />
|
<br />
|
||||||
<span>
|
<Version /> •{' '}
|
||||||
{' '}
|
<a href='https://github.com/plebbit/5chan/issues/new' target='_blank' rel='noopener noreferrer'>
|
||||||
- <span className={styles.gplLicensed}>GPLv2 Licensed</span>
|
Feedback
|
||||||
</span>
|
</a>{' '}
|
||||||
|
•{' '}
|
||||||
|
<a href='https://github.com/plebbit/5chan/graphs/contributors' target='_blank' rel='noopener noreferrer'>
|
||||||
|
Contact
|
||||||
|
</a>
|
||||||
|
<span></span>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<span>5chan is free and open source software under GPLv2 license.</span>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user