Skip to content

Commit

Permalink
Revert "Update landingPage.tsx"
Browse files Browse the repository at this point in the history
This reverts commit 7606ecf.
  • Loading branch information
sspzoa committed Sep 23, 2024
1 parent 9eb3c49 commit c1a4014
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/landing/landingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ export default function LandingPage() {
<div className="flex-grow flex items-center justify-center">
<div className="flex flex-col gap-spacing-700 justify-center items-center">
<div className="flex flex-row gap-spacing-700 justify-center">
<Link className="ease-in-out duration-500 hover:opacity-50" href="https://portfolio.sspzoa.io">
<Link
className="ease-in-out duration-500 hover:opacity-50"
href="https://portfolio.sspzoa.io"
target="_blank"
rel="noreferrer noopener">
<Image
className="rounded-[40px] shadow-[#6d87a8] shadow-2xl"
draggable={false}
Expand Down

0 comments on commit c1a4014

Please sign in to comment.