Skip to content

Commit 2183fb4

Browse files
committed
Added docs/demo links
1 parent a660fb4 commit 2183fb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

classes/panel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DashboardPanel {
3737
'icon' => 'mf mf-team'
3838
],
3939
'progressbar' => [
40-
'title' => 'MT Progressbar',
40+
'title' => 'MT Progress Bar',
4141
'description' => '',
4242
'enable' => true,
4343
'class' => 'MT_Progressbar',
@@ -281,7 +281,7 @@ public static function mighty_addons_status() {
281281
'icon' => 'mf mf-team'
282282
],
283283
'progressbar' => [
284-
'title' => 'MT Progressbar',
284+
'title' => 'MT Progress Bar',
285285
'description' => '',
286286
'enable' => intval( $settings['progressbar'] ? 1 : 0 ),
287287
'class' => 'MT_Progressbar',

panel/widget-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<div class="ma-ele-info">
3131
<i class="<?php echo $props['icon']; ?> widget-icon"></i>
3232
<p class="ma-ele-title"><?php echo ucfirst($props['title']); ?></p>
33-
<a href="#" class="ma-ele-info-link">
33+
<a href="https://demo.mightythemes.com/mighty-addons/<?php echo strtolower(str_replace(' ', '-', $props['title'])); ?>" class="ma-ele-info-link" target="_blank">
3434
<span class="ma-view-demo">
3535
<img src="<?php echo MIGHTY_ADDONS_PLG_URL . 'assets/admin/images/desktop-solid.svg' ?>" alt="">
3636
</span>
3737
<span class="ma-ele-info-tooltip">Demo</span>
3838
</a>
39-
<a href="#" class="ma-ele-info-link">
39+
<a href="https://mightythemes.com/products/mighty-addons/" target="_blank" class="ma-ele-info-link">
4040
<span class="ma-get-help">
4141
<img src="<?php echo MIGHTY_ADDONS_PLG_URL . 'assets/admin/images/question-solid.svg' ?>" alt="">
4242
</span>

0 commit comments

Comments
 (0)