Skip to content

Commit

Permalink
fix(footer): remove a tag from footer link (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaSpasevska authored Jul 20, 2023
1 parent cff1254 commit 0ccaa3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const FooterLinkItem: FC<IFooterLinkItemProps> = ({

return (
<div className={classList} data-testid="kda-footer-link-item">
<a className={linkClass}>{clones}</a>
<span className={linkClass}>{clones}</span>
</div>
);
};

1 comment on commit 0ccaa3b

@vercel
Copy link

@vercel vercel bot commented on 0ccaa3b Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-ui – ./packages/libs/react-ui

react-ui-git-main-kadena-js.vercel.app
react-ui-kadena-js.vercel.app
react-ui-delta.vercel.app
react-ui.kadena.io

Please sign in to comment.