Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
Enable Idea Submission feature on home page
Co-authored-by: codeaashu <130897584+codeaashu@users.noreply.github.com>
  • Loading branch information
Copilot and codeaashu committed Oct 25, 2025
commit 9c7e98789309d864156a6f17e50620d1fc59da2e
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