Skip to content

Commit

Permalink
Move link
Browse files Browse the repository at this point in the history
  • Loading branch information
aljesusg committed Oct 26, 2024
1 parent 639cbf1 commit d0518c3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/src/views/Talk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ const Talk = () => {
</Form.Group>

</Form>

{talk.folder_path !== "" && (
<Card.Link target='_blank' href={talk.folder_path}>See {talk.type}</Card.Link>
)}

{talk.type === 'markdown'? (
<>
Expand All @@ -80,11 +84,6 @@ const Talk = () => {
(contentTalk)}

</Card.Body>
{talk.folder_path !== "" && (
<Card.Body>
<Card.Link target='_blank' href={talk.folder_path}>See {talk.type}</Card.Link>
</Card.Body>
)}
</Card>
</Col>
</Row>
Expand Down

0 comments on commit d0518c3

Please sign in to comment.