mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
feat: update the footer org info
This commit is contained in:
@@ -50,8 +50,17 @@ export default function FooterLayout({ style, links, logo, copyright }) {
|
||||
)}
|
||||
{React.cloneElement(links, { links: firstRow })}
|
||||
</div>
|
||||
<div className={styles.secondRow}>
|
||||
<div className="footer__bottom text--center">Logos Collective</div>
|
||||
<div className={clsx(styles.secondRow)}>
|
||||
<span className={clsx('footer__bottom text--center')}>
|
||||
Built by{' '}
|
||||
<a
|
||||
href="https://free.technology/"
|
||||
target="_blank"
|
||||
className={clsx(styles.footerLink)}
|
||||
>
|
||||
IFT
|
||||
</a>
|
||||
</span>
|
||||
{React.cloneElement(links, { links: secondRow })}
|
||||
</div>
|
||||
<Button
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
.footerLink {
|
||||
text-decoration: underline;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
:global {
|
||||
.footer {
|
||||
|
||||
Reference in New Issue
Block a user