mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Pixel editing.
This commit is contained in:
parent
eabdd18604
commit
d130242a0a
23 changed files with 72 additions and 49 deletions
|
|
@ -2,7 +2,7 @@ import Link from 'next/link';
|
|||
import { Icon, Row, Text } from '@umami/react-zen';
|
||||
import { ExternalLink as LinkIcon } from '@/components/icons';
|
||||
|
||||
export function ExternalLink({ href, children, ...props }: Icon) {
|
||||
export function ExternalLink({ href, children, ...props }) {
|
||||
return (
|
||||
<Row alignItems="center" overflow="hidden" gap>
|
||||
<Text title={href} truncate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue