fix(web): actions tooltip links (#1178)

This commit is contained in:
martylukyy 2023-10-10 17:54:57 +02:00 committed by GitHub
parent 8600d3a2ab
commit a60595bfba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
<p>Set a custom save path for this action. Automatic Torrent Management will take care of this if using qBittorrent with categories.</p> <p>Set a custom save path for this action. Automatic Torrent Management will take care of this if using qBittorrent with categories.</p>
<br /> <br />
<p>The field can use macros to transform/add values from metadata:</p> <p>The field can use macros to transform/add values from metadata:</p>
<DocsLink href="https://autobrr.com/filters/actions#macros" /> <DocsLink href="https://autobrr.com/filters/macros" />
</div> </div>
} }
/> />
@ -246,7 +246,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
tooltip={ tooltip={
<div> <div>
<p>The field can use macros to transform/add values from metadata:</p> <p>The field can use macros to transform/add values from metadata:</p>
<DocsLink href="https://autobrr.com/filters/actions#macros" /> <DocsLink href="https://autobrr.com/filters/macros" />
</div> </div>
} }
/> />
@ -258,7 +258,7 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => {
tooltip={ tooltip={
<div> <div>
<p>The field can use macros to transform/add values from metadata:</p> <p>The field can use macros to transform/add values from metadata:</p>
<DocsLink href="https://autobrr.com/filters/actions#macros" /> <DocsLink href="https://autobrr.com/filters/macros" />
</div> </div>
} }
/> />