Skip to content

Commit

Permalink
Changed Label: "resumeUrl" to "Website" (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh3dev authored Jan 11, 2025
2 parents 9ac0683 + f2cce03 commit 81ab780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/dashboard/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ const Page = () => {
className="p-2 rounded-full px-4 border border-text flex justify-center items-center gap-2 dark:hover:bg-cyan-700/50 hover:bg-cyan-400/50 "
>
<HiOutlineGlobeAlt />
<span className="sm:inline-block hidden">resumeUrl</span>
<span className="sm:inline-block hidden">Website</span>
</Link>
) : (
<div className="p-2 rounded-full px-4 border border-gray-700 dark:border-gray-400 flex justify-center items-center gap-2 text-gray-700 dark:text-gray-400 ">
<HiOutlineGlobeAlt />
<span className="sm:inline-block hidden">resumeUrl</span>
<span className="sm:inline-block hidden">Website</span>
</div>
)}
<EditProfile className="text-xs sm:hidden" />
Expand Down

0 comments on commit 81ab780

Please sign in to comment.