Skip to content

Commit 1b14e9d

Browse files
authored
Merge pull request #16 from Joel-James/dev
🐛 Fix wrong image path
2 parents 3fdf60a + fc03a1a commit 1b14e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/views/admin-pro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</span>
3131
</p>
3232
<p class="dcl-buy-btn">
33-
<a href="https://dclwp.com/" title="<?php esc_html_e( 'Buy Now', 'disqus-conditional-load' ); ?>"><img src="<?php echo DCL_PATH; ?>admin/assets/img/buy-now-dcl.png" alt="<?php esc_html_e( 'Buy DCL Pro', 'disqus-conditional-load' ); ?>"></a>
33+
<a href="https://dclwp.com/" title="<?php esc_html_e( 'Buy Now', 'disqus-conditional-load' ); ?>"><img src="<?php echo DCL_PATH; ?>assets/img/buy-now-dcl.png" alt="<?php esc_html_e( 'Buy DCL Pro', 'disqus-conditional-load' ); ?>"></a>
3434
</p>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)