File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 </ head >
77 < body class ="flex flex-col min-h-screen bg-[#0b2f1a] text-white ">
88 < div class ="h-[2px] w-full bg-[#3AFF86] "> </ div >
9- < header class ="px-6 pt-6 ">
10- < nav class ="mx-auto flex w-full max-w-3xl items-center justify-center gap-3 text-sm ">
11- < a
12- class ="rounded-full border border-white/20 px-4 py-2 transition hover:border-white/60 hover:bg-white/10 {% if page.url == '/products/' %}bg-white/15 border-white/70{% endif %} "
13- href ="/products/ "
14- >
15- Products
16- </ a >
17- < a
18- class ="rounded-full border border-white/20 px-4 py-2 transition hover:border-white/60 hover:bg-white/10 {% if page.url == '/docs/' %}bg-white/15 border-white/70{% endif %} "
19- href ="/docs/ "
20- >
21- Docs
22- </ a >
23- </ nav >
9+ < header >
2410 </ header >
2511 < main class ="flex-grow ">
2612 {{ content }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments