Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKS7 committed Jul 5, 2024
1 parent 8031ef8 commit 3a438b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const IntroPage = () => {
<Link
key={item.imgURL}
href={item.link}
target="_blank"
className="flex-center cursor-pointer flex-col rounded-sm bg-[#ffdada] px-2 py-1 md:my-2 md:pl-2"
>
<Image
Expand Down
3 changes: 2 additions & 1 deletion components/shared/ProjectLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const ProjectLinks = () => {
<Link
href={item.codelink}
className="body-semibold group relative w-full text-center text-gray-700"
target="_blank"
>
<div className="">
{item.label}
Expand All @@ -56,7 +57,7 @@ const ProjectLinks = () => {
</div>
</div>
</Link>
<Link href={item.projectlink} className="group relative">
<Link href={item.projectlink} className="group relative" target="_blank">
<Image
src={item.imgURL}
alt={item.label}
Expand Down
5 changes: 0 additions & 5 deletions constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ export const sidebarLinks: SidebarLink[] = [
route: "/collection",
label: "Collections",
},
{
imgURL: "/assets/icons/suitcase.svg",
route: "/jobs",
label: "Find Jobs",
},
{
imgURL: "/assets/icons/tag.svg",
route: "/tags",
Expand Down
Binary file added public/assets/images/devOverFlow-cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a438b1

Please sign in to comment.