chakura clean up

This commit is contained in:
2024-12-11 14:29:02 -05:00
parent 273e310ee3
commit 54462af1d5
8 changed files with 26 additions and 54 deletions

View File

@@ -15,7 +15,7 @@ export const Information = (props) => {
<ul>
{linksArray.map((link, index) => (
<li key={index}>
<Link href={link.URL}>
<Link href={link.URL} legacyBehavior>
{link.TEXT}
</Link>
</li>