Enhanced tooltip

This commit is contained in:
Alejandro Celaya
2021-08-22 09:34:56 +02:00
committed by GitHub
parent d88f822125
commit f49b74229c

View File

@@ -54,7 +54,7 @@ export const DomainRow: FC<DomainRowProps> = ({ domain, editDomainRedirects, def
<UncontrolledTooltip target={domainId} placement="left">
Redirects for default domain cannot be edited here.
<br />
Use config options or env vars.
Use config options or env vars directly on the server.
</UncontrolledTooltip>
)}
</td>