Skip to content

Commit

Permalink
feat: remove backed by ycombinator
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Jul 17, 2023
1 parent ee35f13 commit ea44d3c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions www/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ const Hero = () => {
READ THE DOCS
</AccentButton>
</div>
<div>
<div className="text-sm font-medium text-gray-400">Backed by</div>
<div className="pt-3 flex">
<a href="https://www.ycombinator.com/">
<img alt="YCombinator"
src={`${basePath}/images/yc--grey.png`}
className="h-16 w-16 mr-6"/>
</a>
</div>
</div>
</div>
<img src={`${basePath}/images/synth-small-window.svg`} className="m-auto w-"/>
</div>
Expand All @@ -53,4 +43,4 @@ const Hero = () => {
}


export default Hero
export default Hero

0 comments on commit ea44d3c

Please sign in to comment.