@@ -5,7 +5,7 @@ import { RedirectOptions } from 'models'
|
||||
type Props = { url: RedirectOptions['url'] }
|
||||
|
||||
export const RedirectNodeContent = ({ url }: Props) => (
|
||||
<Text color={url ? 'currentcolor' : 'gray.500'} noOfLines={1}>
|
||||
<Text color={url ? 'currentcolor' : 'gray.500'} noOfLines={2}>
|
||||
{url ? `Redirect to ${url}` : 'Configure...'}
|
||||
</Text>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user