Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed Apr 22, 2024
1 parent 296ceea commit 565d41d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions algrtm/src/components/shared/CustomLink.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import Icon from "./Icon";

const CustomLink = ({ text, href, variant, alt, customIcon }) => {
let linkClass =
Expand All @@ -19,7 +18,6 @@ const CustomLink = ({ text, href, variant, alt, customIcon }) => {
return (
<a className={linkClass} href={href}>
{text}

{customIcon && <span className="ml-[0.01rem]">{customIcon}</span>}
</a>
);
Expand Down

0 comments on commit 565d41d

Please sign in to comment.