Skip to content

Commit

Permalink
Merge pull request #13 from neo-ngd/fix/icons
Browse files Browse the repository at this point in the history
link page
  • Loading branch information
apisit committed Jul 23, 2024
2 parents 3d68d87 + d4f985b commit 5d37176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Hero() {
<div className="max-w-6xl mx-auto w-full py-20 lg:py-32 px-8 z-40">
<div className="w-full lg:w-2/3 flex flex-col gap-8">
<div>
<a href="/elevate" target="_blank" className="inline-flex items-center gap-2 rounded-full border shadow-sm px-3 pr-5 py-2 bg-white">
<a href="/elevate" className="inline-flex items-center gap-2 rounded-full border shadow-sm px-3 pr-5 py-2 bg-white">
<span className="text-xs font-bold btn-gradient text-white">OPEN</span>
<span className="font-semibold whitespace-nowrap text-sm lg:text-base">$20m in funding available now</span>
<svg width="6" height="11" viewBox="0 0 6 11" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 5d37176

Please sign in to comment.