fix: moved powered by learning to the bottom of sidebar

This commit is contained in:
Jannat Patel
2025-04-17 22:31:47 +05:30
parent cd47b62765
commit 3bea19c8ad
2 changed files with 50 additions and 42 deletions

View File

@@ -199,13 +199,6 @@ const userDropdownOptions = computed(() => {
{
group: '',
items: [
{
icon: Zap,
label: 'Powered by Learning',
onClick: () => {
window.open('https://frappe.io/learning', '_blank')
},
},
{
icon: LogOut,
label: 'Log out',