app/views/avo/sidebar/_sidebar.html.erb in avo-0.5.0.beta1 vs app/views/avo/sidebar/_sidebar.html.erb in avo-0.5.0.beta2

- old
+ new

@@ -4,10 +4,10 @@ <%= render_logo %> <% end %> <div class="flex-1 flex flex-col justify-between"> <div class="tools py-4"> - <%= render Avo::NavigationLinkComponent.new label: t('avo.dashboard'), path: '/avo', active: :exclusive if Rails.env.development? %> + <%= render Avo::NavigationLinkComponent.new label: 'Get started', path: '/avo', active: :exclusive if Rails.env.development? %> <%= render Avo::NavigationHeadingComponent.new label: t('avo.resources') %> <div class="w-full"> <% Avo::App.get_navigation_items(_current_user).each do |resource| %> <%= render Avo::NavigationLinkComponent.new label: resource.name.pluralize.humanize, path: resources_path(resource.model_class) %>