import { InlineLink } from '@/components/ui/InlineLink' import { DOCS_URL } from '@/lib/constants' export const SpecialSymbolsCallout = () => { return (

Note: If using the Postgres connection string, you will need to{' '} percent-encode {' '} the password

) }