chore: cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.topLink {
|
||||
.headerLink {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x1);
|
||||
|
||||
@@ -2,11 +2,11 @@ import Link from "@/components/TempDesignSystem/Link"
|
||||
|
||||
import styles from "./headerLink.module.css"
|
||||
|
||||
import { HeaderLinkProps } from "@/types/components/header/headerLink"
|
||||
import type { HeaderLinkProps } from "@/types/components/header/headerLink"
|
||||
|
||||
export default function HeaderLink({ children, ...props }: HeaderLinkProps) {
|
||||
return (
|
||||
<Link color="burgundy" className={styles.topLink} {...props}>
|
||||
<Link color="burgundy" className={styles.headerLink} {...props}>
|
||||
{children}
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user