diff options
Diffstat (limited to 'src/components/molecules/layout/branding.tsx')
| -rw-r--r-- | src/components/molecules/layout/branding.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/molecules/layout/branding.tsx b/src/components/molecules/layout/branding.tsx index 9a82a74..b351f12 100644 --- a/src/components/molecules/layout/branding.tsx +++ b/src/components/molecules/layout/branding.tsx @@ -94,8 +94,8 @@ const Branding: FC<BrandingProps> = ({ ref={titleRef} > {withLink ? ( - <Link href="/"> - <a className={styles.link}>{title}</a> + <Link className={styles.link} href="/"> + {title} </Link> ) : ( title |
