Skip to content

Commit f1b1316

Browse files
committed
feat: satellite installer
1 parent 6a36613 commit f1b1316

File tree

6 files changed

+797
-0
lines changed

6 files changed

+797
-0
lines changed

components/NavBar.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ export default function NavBar() {
3131
<span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-green transition-all duration-300 group-hover:w-full">
3232
</span>
3333
</a>
34+
<a
35+
href="/satellites"
36+
class="text-subtext1 hover:text-text transition-all duration-300 font-medium text-sm relative group"
37+
>
38+
Satellites
39+
<span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-blue transition-all duration-300 group-hover:w-full">
40+
</span>
41+
</a>
3442
<a
3543
href="/blog"
3644
class="text-subtext1 hover:text-text transition-all duration-300 font-medium text-sm relative group"

deno.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@
4646
"html",
4747
"head"
4848
]
49+
},
50+
"allowScripts": {
51+
"allow": [],
52+
"deny": ["npm:@tailwindcss/oxide@4.1.10", "npm:esbuild@0.23.1"]
4953
}
5054
}

deno.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)