File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<header class =" sticky top-0 z-50 flex items-center justify-between px-3 py-2 border-b shadow-lg bg-white/90 backdrop-blur-sm border-slate-400/40" >
2
2
<div class =" flex items-center flex-grow basis-0" >
3
- <a href =" " class =" text-lg font-semibold tracking-tight text-slate-900" >
4
- Spinal docs
3
+ <a href =" / " class =" text-lg font-semibold tracking-tight text-slate-900" >
4
+ Spinal docs for Astro
5
5
</a >
6
6
</div >
7
7
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const groupedDocs = docs.reduce((docs, object) => {
34
34
{
35
35
section [1 ].map ((item ) => (
36
36
<li >
37
- <a href = " {item.title} " class = " text-slate-900 hover:text-slate-800" >
37
+ <a href = { item .url } class = " text-slate-900 hover:text-slate-800" >
38
38
{ item .frontmatter .title }
39
39
</a >
40
40
</li >
You can’t perform that action at this time.
0 commit comments