Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Page/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const TechFeatures = () => {
</a>
</StyledDot> */}

{/* <StyledDot>
<StyledDot>
<a
href="/IdeaSubmission"
className="project-card to-[rgba(0, 43, 62, 0.6)] group relative block h-full rounded-lg border border-white bg-gradient-to-r from-[rgba(15,27,53,0.9)] p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform"
Expand All @@ -434,7 +434,7 @@ const TechFeatures = () => {
</div>
<div className="dot" />
</a>
</StyledDot> */}
</StyledDot>

<StyledDot>
<a
Expand Down