Skip to content

Commit 833902c

Browse files
committed
fix main page
1 parent ad6c876 commit 833902c

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

content/_index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ title: "Welcome to KC LEGO :tada:"
33
description: "This site is for KC Lego Rewiews"
44
---
55

6-
76
Please see the link below for the roadmap of the sets that, I am reviewing and building in studio [Trello](https://trello.com/invite/b/67e5aa0d5e6eefb07aead9e4/ATTId2cfeb47122c8c12abfe49f74ef67a0731F5F7FD/lego-studo-website-roadmap)
87

98

10-
11-
<!--
12-
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
9+
<!--<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
1310
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
1411
{{< icon "triangle-exclamation" >}}
1512
</span>
@@ -23,4 +20,10 @@ Please see the link below for the roadmap of the sets that, I am reviewing and b
2320
</button>
2421
</span>
2522
</div>
26-
--/>
23+
24+
25+
```node
26+
npx blowfish-tools
27+
```
28+
29+
!-->

public/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,7 @@ <h1 class="mb-2 text-4xl font-extrabold text-neutral-200">
616616

617617
</div>
618618
<section class="prose prose-invert"><p>Please see the link below for the roadmap of the sets that, I am reviewing and building in studio <a href="https://trello.com/invite/b/67e5aa0d5e6eefb07aead9e4/ATTId2cfeb47122c8c12abfe49f74ef67a0731F5F7FD/lego-studo-website-roadmap" target="_blank">Trello</a></p>
619-
<!--
620-
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
619+
<!--<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
621620
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
622621
623622
@@ -638,7 +637,13 @@ <h1 class="mb-2 text-4xl font-extrabold text-neutral-200">
638637
</button>
639638
</span>
640639
</div>
641-
--/>
640+
641+
642+
```node
643+
npx blowfish-tools
644+
```
645+
646+
!-->
642647
</section>
643648
</div>
644649
</div>

0 commit comments

Comments
 (0)