Skip to content

Commit

Permalink
feat: cleanup url
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrethman committed Dec 12, 2024
1 parent 18a7628 commit 95cd361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/wizards/newspack/class-newspack-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ public function get_dashboard() {
'icon' => 'megaphone',
'title' => __( 'Campaigns', 'newspack-plugin' ),
'desc' => __( 'Coordinate prompts across your site to drive metrics.', 'newspack-plugin' ),
'href' => admin_url( 'admin.php?page=newspack-audience-campaigns#/' ),
'href' => admin_url( 'admin.php?page=newspack-audience-campaigns' ),
],
[
'icon' => 'gift',
'title' => __( 'Donations', 'newspack-plugin' ),
'desc' => __( 'Bring in revenue through voluntary gifts.', 'newspack-plugin' ),
'href' => admin_url( 'admin.php?page=newspack-audience-donations#/' ),
'href' => admin_url( 'admin.php?page=newspack-audience-donations' ),
],
[
'icon' => 'payment',
'title' => __( 'Subscriptions', 'newspack-plugin' ),
'desc' => __( 'Gate your site\'s content behind a paywall.', 'newspack-plugin' ),
'href' => admin_url( 'admin.php?page=newspack-audience-subscriptions#/' ),
'href' => admin_url( 'admin.php?page=newspack-audience-subscriptions' ),
],
],
],
Expand Down

0 comments on commit 95cd361

Please sign in to comment.