Skip to content

Commit

Permalink
Update badge link (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan authored Nov 27, 2018
1 parent 5c3ffa5 commit 248ee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/partials/poet-badge-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function print_poet_template( $quill_image_url, $work_id, $display_date ) {
ob_start()
?>
<div class = "poet-container">
<a href="https://explorer.po.et/works/<?php echo esc_html( $work_id ); ?>" target="_blank">
<a href="https://explorer-mainnet.poetnetwork.net/works/<?php echo esc_html( $work_id ); ?>" target="_blank">
<div class = "poet-inner">
<img src="<?php echo esc_attr( $quill_image_url ); ?>" class = "poet-image" >
<div>
Expand Down

0 comments on commit 248ee17

Please sign in to comment.