mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
fix link issue
This commit is contained in:
@@ -16,7 +16,7 @@ export const Footer = () => {
|
||||
// <FooterLinks></FooterLinks>
|
||||
// <Copyright></Copyright>
|
||||
// </div>
|
||||
<>
|
||||
(<>
|
||||
<footer className={styles.footer}>
|
||||
<nav className={styles.linksContainer}>
|
||||
<div className={styles.brand}>
|
||||
@@ -33,7 +33,7 @@ export const Footer = () => {
|
||||
</nav>
|
||||
</footer>
|
||||
<Copyright></Copyright>
|
||||
</>
|
||||
</>)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user