Skip to content

Commit

Permalink
Merge pull request #114 from suvanbanerjee/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 authored Nov 8, 2024
2 parents a3e8703 + 99e8615 commit 5e6b09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(default)/Credits/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function PinPage() {
</div>
</div>
</PinContainer>
<PinContainer title="Visit Linkedin" href="linkedin.com/in/suvanbanerjee">
<PinContainer title="Visit Linkedin" href="https://www.linkedin.com/in/suvanbanerjee">
<div className="flex flex-col p-4 tracking-tight text-slate-100/50 w-[20rem] h-[20rem] relative bg-gray-900 rounded-md">
<div className="relative h-full w-full">
<Image
Expand All @@ -162,7 +162,7 @@ export default function PinPage() {
/>
<div className="absolute bottom-0 left-0 w-full p-4 text-left bg-gradient-to-t from-black/60 to-transparent z-10">
<h3 className="font-bold text-base text-slate-100">
Aceternity UI
Suvan Banerjee
</h3>
<p className="text-base text-slate-300 mt-2">
Landing Page and Boilerplate for seamless setup.
Expand Down

0 comments on commit 5e6b09c

Please sign in to comment.