diff --git a/frontend/src/components/AppSidebar.vue b/frontend/src/components/AppSidebar.vue index 8b18c389..50c4f318 100644 --- a/frontend/src/components/AppSidebar.vue +++ b/frontend/src/components/AppSidebar.vue @@ -74,43 +74,53 @@ :isSidebarCollapsed="sidebarStore.isSidebarCollapsed" appName="learning" /> - - - - - - + + + + + + + + + { setUpOnboarding() } }) + +const redirectToWebsite = () => { + window.open('https://frappe.io/learning', '_blank') +} diff --git a/frontend/src/components/UserDropdown.vue b/frontend/src/components/UserDropdown.vue index 072bd942..d8fd2eaa 100644 --- a/frontend/src/components/UserDropdown.vue +++ b/frontend/src/components/UserDropdown.vue @@ -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', diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 4a5bbeee..c7bf1a2b 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -1621,30 +1621,6 @@ pre { border: 1px solid var(--primary-color); } -.show-attachments { - padding-right: 0.5rem; - display: flex; - align-items: center; -} - -.attachment-controls { - display: flex; - align-items: center; - width: fit-content; - cursor: pointer; -} - -.attachments { - flex-direction: column; - padding: 0.5rem 0; - margin-top: 1rem; - position: absolute; - z-index: 1; - width: fit-content; - border-collapse: separate; - border-spacing: 1rem 0.5rem; -} - li { line-height: 1.7; }