Skip to content

Commit 3cc07db

Browse files
miccyCopilot
andauthored
Update apps/web/src/components/Header.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Miccy <code@miccy.dev>
1 parent 70659f8 commit 3cc07db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/web/src/components/Header.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,7 @@ export const MobileNavigation = (): React.ReactElement => {
168168
);
169169
};
170170

171-
export const Header: React.ForwardRefExoticComponent<
172-
React.ComponentPropsWithoutRef<typeof motion.div> & {
173-
variant?: "landing" | "docs";
174-
} & React.RefAttributes<React.ComponentRef<"div">>
175-
> = /*#__PURE__*/ forwardRef<
171+
export const Header = /*#__PURE__*/ forwardRef<
176172
React.ComponentRef<"div">,
177173
React.ComponentPropsWithoutRef<typeof motion.div> & {
178174
variant?: "landing" | "docs";

0 commit comments

Comments
 (0)