Skip to content

Commit

Permalink
Merge pull request shawshankkumar#54 from shawshankkumar/ms/feat/link…
Browse files Browse the repository at this point in the history
…-logo

feat: link logo to home
  • Loading branch information
sm-sami authored Nov 5, 2023
2 parents fc5b2d9 + 7cc0d05 commit c5012f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/DashboardSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function DashboardSideBar({
return (
<>
<aside className="h-screen w-[15%] border-2 border-r-slate-200 hidden lg:flex lg:flex-col sticky top-0 left-0">
<CompanyLogo className="my-4 mx-2" />
<Link href="/"><CompanyLogo className="my-4 mx-2" /></Link>
<div className="px-3 w-full mt-10">
<Link href={"/travelers"}>
<div
Expand Down

0 comments on commit c5012f5

Please sign in to comment.