+
+ This component is from{' '}
+
+ @tih/ui
+
+
+
+
+
+
+ );
+}
diff --git a/packages/ui/src/NewTabLink.tsx b/packages/ui/src/NewTabLink.tsx
new file mode 100644
index 00000000..86c240e8
--- /dev/null
+++ b/packages/ui/src/NewTabLink.tsx
@@ -0,0 +1,15 @@
+import * as React from 'react';
+export function NewTabLink({
+ children,
+ href,
+ ...other
+}: {
+ children: React.ReactNode;
+ href: string;
+}) {
+ return (
+