Skip to content

Commit

Permalink
fix: now StarSearch link is in sidebar for smaller screens (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Apr 26, 2024
1 parent 41ee9f2 commit 71cd5b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/shared/AppSidebar/AppSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ export const AppSideBar = ({ workspaceId, hideSidebar, sidebarCollapsed }: AppSi
url={`/${userInterest}/dashboard/filter/recent`}
icon={<Squares2X2Icon className="w-5 h-5 text-slate-400" />}
/>
<SidebarMenuItem
title="StarSearch"
url={"/star-search"}
icon={<img src="/assets/star-search-logo.svg" alt="" className="w-5 h-5" />}
/>
</ul>
<ul className="border-t-1 pt-1 mb-2 px-2">
<li>
Expand Down

0 comments on commit 71cd5b9

Please sign in to comment.