feat(explore_page): rearrange links
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 14b0646..7461a63 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -497,6 +497,7 @@
 			]
 		}
 	]
+
 	gst = {
 		"label": _("Goods and Services Tax (GST India)"),
 		"items": [
@@ -540,6 +541,8 @@
 			},
 		]
 	}
+
+
 	retail = {
 		"label": _("Retail Operations"),
 		"items": [
@@ -579,12 +582,18 @@
 			}
 		]
 	}
+
+
 	subscriptions = {
 		"label": _("Subscription Management"),
 		"icon": "fa fa-microchip ",
 		"items": [
 			{
 				"type": "doctype",
+				"name": "Subscriber",
+			},
+			{
+				"type": "doctype",
 				"name": "Subscription Plan",
 			},
 			{
@@ -597,6 +606,8 @@
 			}
 		]
 	}
+
+
 	countries = frappe.get_all("Company", fields="country")
 	countries = [country["country"] for country in countries]
 	if "India" in countries: