Skip to content

Commit

Permalink
Add secondary button link to video
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicut committed Oct 4, 2023
1 parent cc20a6d commit fa8d957
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ export default function DocumentTrackerModal(props) {
content={
<ModalInnerContent>
{isWelcome && infoText}

<Accordion initialState={initialAccordionState}>
{({ checkExpanded, setExpanded }) => (
<Tracker>
Expand Down Expand Up @@ -423,6 +422,15 @@ export default function DocumentTrackerModal(props) {
>
{isWelcome ? 'Understood' : 'Dismiss'}
</Button>
<a
href='https://drive.google.com/file/d/1CmWvfC7JeUO-SGCvf7iOR6H4cMvS3vZX/view'
target='_blank'
rel='noopener noreferrer'
>
<Button variation='primary-raised-light' useIcon='expand-top-right'>
Learn More About Document Stages
</Button>
</a>
</ModalFooter>
)}
/>
Expand Down

0 comments on commit fa8d957

Please sign in to comment.