Skip to content

Commit

Permalink
docusaurus fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwong525 committed Apr 30, 2024
1 parent e3911a9 commit 81a4581
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docusaurus/src/components/features-home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function FeaturesHome() {
onClick={(e) => { e.preventDefault(); setTab(1); }}
>
<div>
<div className="font-bold leading-snug tracking-tight mb-1">Boilerplate Code</div>
<div className="text-white font-bold leading-snug tracking-tight mb-1">Boilerplate Code</div>
<div className="text-gray-400">Fully configured code to get up and running with your startup in under 30 minutes</div>
</div>
<div className="flex justify-center items-center w-8 h-8 bg-white rounded-full shadow shrink-0 ml-3">
Expand All @@ -52,7 +52,7 @@ export default function FeaturesHome() {
onClick={(e) => { e.preventDefault(); setTab(2); }}
>
<div>
<div className="font-bold leading-snug tracking-tight mb-1">Startup Resources</div>
<div className="text-white font-bold leading-snug tracking-tight mb-1">Startup Resources</div>
<div className="text-gray-400">All the books, youtube videos, and blogs I read to get to where I am today</div>
</div>
<div className="flex justify-center items-center w-8 h-8 bg-white rounded-full shadow shrink-0 ml-3">
Expand All @@ -64,7 +64,7 @@ export default function FeaturesHome() {
onClick={(e) => { e.preventDefault(); setTab(3); }}
>
<div>
<div className="font-bold leading-snug tracking-tight mb-1">Community + Paid opportunities</div>
<div className="text-white font-bold leading-snug tracking-tight mb-1">Community + Paid opportunities</div>
<div className="text-gray-400">Meet people in the same stage as you and find co-founders through paid projects</div>
</div>
<div className="flex justify-center items-center w-8 h-8 bg-white rounded-full shadow shrink-0 ml-3">
Expand Down
6 changes: 3 additions & 3 deletions docusaurus/src/components/hero-home.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default function HeroHome() {
return (
<section className="relative">
<section className="relative overflow-hidden">
{/* Illustration behind hero content */}
<div className="absolute left-1/2 transform -translate-x-1/2 bottom-0 pointer-events-none -z-1" aria-hidden="true">
<svg width="1360" height="578" viewBox="0 0 1360 578" xmlns="http://www.w3.org/2000/svg">
<g >
<svg width="1360" height="578" viewBox="0 0 1360 578" xmlns="http://www.w3.org/2000/svg" className="overflow-hidden">
<g>
<image x="1100" y="0" href="img/devtodollars.png" width={256} height={256} />
<image x="100" y="403" href="img/devtodollars.png" width={128} height={128} />
</g>
Expand Down

0 comments on commit 81a4581

Please sign in to comment.