diff --git a/src/components/Text/Link.tsx b/src/components/Text/Link.tsx index 612a81e6..443ebe98 100644 --- a/src/components/Text/Link.tsx +++ b/src/components/Text/Link.tsx @@ -31,7 +31,7 @@ export function Link(props: LinkProps) { ); if (isExternal) - return {content}; + return {content}; else if (isInternal) return ( {content} diff --git a/src/components/layout/BrandPill.tsx b/src/components/layout/BrandPill.tsx index 7c4062ec..e71c3f92 100644 --- a/src/components/layout/BrandPill.tsx +++ b/src/components/layout/BrandPill.tsx @@ -1,5 +1,4 @@ import { Icon, Icons } from 'components/Icon' -import { ReactNode } from 'react' export function BrandPill() { @@ -9,4 +8,4 @@ export function BrandPill() { Movie Web ) -} \ No newline at end of file +} diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 1f8b78f9..af30be98 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -10,8 +10,8 @@ export function Navigation() {
- - + +
)