Skip to content

Commit

Permalink
Updated layout.tsx
Browse files Browse the repository at this point in the history
GitHub icon is now linked to GitHub repo which earlier linked to the live website
  • Loading branch information
Sanjeetsahu29 authored and ManishBisht777 committed Oct 1, 2023
1 parent 6e87f16 commit e926d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(batches)/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 e926d39

Please sign in to comment.