feat: update the footer org info

This commit is contained in:
jinhojang6
2024-02-05 22:28:54 +09:00
parent c2e8ff43f2
commit 9d3f3cf88a
2 changed files with 17 additions and 2 deletions
@@ -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 {