Skip to content

Commit

Permalink
app: Link to manual for errors in connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 28, 2020
1 parent ca4225e commit 8df2842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/ConnectingSplash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const ConnectingSplash = () => {
<Help initial={{y: 20, opacity: 0}} animate={{y: 0, opacity: 1}}>
Not seeing your CDJs? Ensure they are <strong>ON</strong> and connected to the{' '}
<strong>same network</strong> as this computer. If they are simply linked to one
another they will need to be plugged into your network router. See{' '}
<a href="https://faq.pioneerdj.com/files/img/DRI1124C.pdf">Pioneers guide</a>.
another they will need to be plugged into your network router.{' '}
<a href="https://prolink.tools/manual">Read the manual</a>.
</Help>
)}
</Container>
Expand Down

0 comments on commit 8df2842

Please sign in to comment.