feat(WEB-154): my profile view
This commit is contained in:
@@ -28,4 +28,4 @@
|
||||
height: 0.2rem;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@ import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface LinkProps
|
||||
extends React.AnchorHTMLAttributes<HTMLAnchorElement>,
|
||||
VariantProps<typeof linkVariants> {
|
||||
VariantProps<typeof linkVariants> {
|
||||
href: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user