Skip to content

Commit b59ea2c

Browse files
committed
Add a separator
1 parent e564fca commit b59ea2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

views/page-widgets/suggested-tasks.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
</div>
6363

6464
<?php if ( ! empty( $prpl_widget->get_previous_incomplete_months_badges() ) ) : ?>
65+
<hr>
66+
6567
<?php
6668
$prpl_remaining_points = $prpl_widget->get_score()['target'] - $prpl_widget->get_score()['target_score'];
6769
$prpl_days_remaining = (int) \gmdate( 't' ) - (int) \gmdate( 'j' );

0 commit comments

Comments
 (0)