Skip to content

Commit

Permalink
Add instructions for validators in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Apr 2, 2023
1 parent ade3e60 commit df32989
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/components/process_protocols/ProcessProtocols.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,28 @@ export default (props) => {
<NextProtocolButton onClick={nextProtocol}>
<FontAwesomeIcon icon={faFile} /> Следващ протокол
</NextProtocolButton>
<br />
<br />
<br />
<p style={{ textAlign: 'center' }}>
<a
style={{ fontSize: '20px' }}
href="https://tibroish.bg/files/%D0%98%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%86%D0%B8%D1%8F-%D0%B7%D0%B0-%D0%B2%D0%B0%D0%BB%D0%B8%D0%B4%D0%B8%D1%80%D0%B0%D0%BD%D0%B5-%D0%A2%D0%B8-%D0%B1%D1%80%D0%BE%D0%B8%D1%88.pdf"
target="_blank"
>
Инструкции за валидиране
</a>
</p>
<iframe
width="800"
height="450"
style={{ margin: '20px auto', display: 'block' }}
src="https://www.youtube-nocookie.com/embed/j2ChYutSk-c"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</ReadyScreen>
) : (
<VerifyProtocolInfo
Expand Down

0 comments on commit df32989

Please sign in to comment.