This page demonstrates how the external link notice works. Click on any of the external links below to see the notice in action:
The ExternalLink component detects if a link is external to servisfirstbank.com and shows a confirmation dialog before navigating. You can configure exempt domains in the ExternalLinkContext.jsx file.
To use this feature in your components:
import {ExternalLink} from '/src/components/ExternalLink'
<ExternalLink href="https://example.com">Link Text</ExternalLink>