mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 13:07:37 +08:00
Have Apps come before Learn
This commit is contained in:
parent
45ab0b5926
commit
3d788df4d7
1 changed files with 1 additions and 1 deletions
|
@ -98,8 +98,8 @@ defmodule LivebookWeb.LayoutHelpers do
|
|||
</span>
|
||||
</div>
|
||||
<.sidebar_link title="Home" icon="home-6-line" to={~p"/"} current={@current_page} />
|
||||
<.sidebar_link title="Learn" icon="article-line" to={~p"/learn"} current={@current_page} />
|
||||
<.sidebar_link title="Apps" icon="rocket-line" to={~p"/apps"} current={@current_page} />
|
||||
<.sidebar_link title="Learn" icon="article-line" to={~p"/learn"} current={@current_page} />
|
||||
<.sidebar_link
|
||||
title="Settings"
|
||||
icon="settings-3-line"
|
||||
|
|
Loading…
Add table
Reference in a new issue