Skip to content

Commit

Permalink
Add plus for portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyavila committed Dec 8, 2023
1 parent 5e88fd5 commit 0124ab4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Frontend/src/pages/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ export default function Portfolio() {
</div>
</div>
))}
<Link legacyBehavior href="/create" passHref>
<a className="rounded-lg flex justify-center items-center border-4 border-dotted border-gray-300 hover:border-solid hover:bg-gray-50 transition-all duration-300 cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" className="h-16 w-16 text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth="2">
<path strokeLinecap="round" strokeLinejoin="round" d="M12 4v16m8-8H4" />
</svg>
</a>
</Link>
</div>
</div>

Expand Down

0 comments on commit 0124ab4

Please sign in to comment.