Skip to content

Commit

Permalink
enhancement_350_adaptive_main_page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMorugin committed May 22, 2024
1 parent 9b51623 commit a03704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/HeadingBlock/ui/HeadingBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const HeadingBlock: FC<IHeadingBlock> = ({
{isIcon && <img src={image} alt={alt} />}
</Heading>
{isLink && (
<Link to={link} className={styles.headingBlock__link}>
<Link to={link || '#'} className={styles.headingBlock__link}>
{subtitle}
<ArrowIcon className={styles.headingBlock__arrow} />
</Link>
Expand Down

0 comments on commit a03704a

Please sign in to comment.