Skip to content

Commit 49ba74f

Browse files
committed
Small bug fix
1 parent 903a176 commit 49ba74f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/docs/content/about/getting-started.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default function GettingStarted() {
3333
integration for other libraries that was fast to learn for rookies and veterans alike. The JavaBee suite has 3
3434
main parts:
3535
</Text>
36-
3736
<Card className="grid grid-cols-1 md:grid-cols-3 gap-6 my-6 shadow-lg">
3837
{suitePartsListContent.map((entry) => (
3938
<div key={entry.title} className="text-center px-3">
@@ -43,15 +42,14 @@ export default function GettingStarted() {
4342
</div>
4443
))}
4544
</Card>
46-
4745
<Text>
4846
We were pollinated by students like you, and hope to grow larger as the years go on. We want to thank you
4947
personally for supporting this project, and remind you that sometimes all you need is something sweet to
5048
help your journey. After all, things can always bee simpler!
5149
</Text>
5250

5351
<SubHeading>Ready to get started?</SubHeading>
54-
<p className="text-sm text-muted-foreground mb-4">Download the latest release and add it directly into your FTC teamcode folder.</p>
52+
<Text>Download the latest release and add it directly into your FTC teamcode folder.</Text>
5553
<div className="flex gap-4">
5654
<Button>Download Release</Button>
5755
<Button variant="outline">View Source Code</Button>

0 commit comments

Comments
 (0)