diff --git a/front/apps/web/public/default.woff2 b/front/apps/web/public/default.woff2 deleted file mode 100644 index a5623916..00000000 Binary files a/front/apps/web/public/default.woff2 and /dev/null differ diff --git a/front/packages/primitives/src/links.tsx b/front/packages/primitives/src/links.tsx index d97f5925..f4c6a619 100644 --- a/front/packages/primitives/src/links.tsx +++ b/front/packages/primitives/src/links.tsx @@ -23,18 +23,26 @@ import { Platform, Pressable, TextProps, View, PressableProps } from "react-nati import { TextLink, useLink } from "solito/link"; import { useTheme, useYoshiki } from "yoshiki/native"; import { alpha } from "./themes"; +import { NextLink } from "solito/build/link/next-link"; export const A = ({ href, replace, children, + target, ...props -}: TextProps & { href?: string; replace?: boolean; children: ReactNode }) => { +}: TextProps & { + href?: string | null; + target?: string; + replace?: boolean; + children: ReactNode; +}) => { const { css, theme } = useYoshiki(); return ( ( theme.contrast, fover: { @@ -444,7 +444,7 @@ export const Header = ({ bg: (theme: Theme) => theme.accent, }, }, - })} + }) as any)} > {data ? name : }