Skip to content

Commit

Permalink
added link to Github Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kkhushie authored and ManishBisht777 committed Oct 1, 2023
1 parent 079d9ab commit eec75f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(docs)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CourseRootLayout = ({ children }: BatchRootLayoutProps) => {
<div className=" px-3 hidden md:flex">
<CommandMenu />
</div>
<Link href="/" target="_blank" rel="noreferrer">
<Link href="https://github.com/FrontendFreaks" target="_blank" rel="noreferrer">
<Icons.gitHub className="h-7 w-7" />
<span className="sr-only">GitHub</span>
</Link>
Expand Down

0 comments on commit eec75f4

Please sign in to comment.