File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export default function FormVersionIndex() {
8686 // setIsDark(window.matchMedia?.(`(prefers-color-scheme: dark)`).matches)
8787 // }, [])
8888
89- const gradientText = `inline-block text-transparent bg-clip-text bg-gradient-to-r ${ configProject . colorFrom } ${ configProject . colorTo } `
89+ const gradientText = `inline-block leading-snug text-transparent bg-clip-text bg-gradient-to-r ${ configProject . colorFrom } ${ configProject . colorTo } `
9090
9191 return (
9292 < >
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default function VersionIndex() {
9696 setIsDark ( window . matchMedia ?.( `(prefers-color-scheme: dark)` ) . matches )
9797 } , [ ] )
9898
99- const gradientText = `inline-block text-transparent bg-clip-text bg-gradient-to-r ${ queryProject . colorFrom } ${ queryProject . colorTo } `
99+ const gradientText = `inline-block leading-snug text-transparent bg-clip-text bg-gradient-to-r ${ queryProject . colorFrom } ${ queryProject . colorTo } `
100100
101101 return (
102102 < div className = "flex flex-1 flex-col min-h-0 relative overflow-x-hidden" >
@@ -303,6 +303,7 @@ export default function VersionIndex() {
303303 href = "https://query.gg?s=tanstack"
304304 target = "_blank"
305305 className = { `inline-block py-2 px-4 bg-red-500 rounded text-white uppercase font-extrabold` }
306+ rel = "noreferrer"
306307 >
307308 Get the course
308309 </ a >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function VersionIndex() {
9393 setIsDark ( window . matchMedia ?.( `(prefers-color-scheme: dark)` ) . matches )
9494 } , [ ] )
9595
96- const gradientText = `inline-block text-transparent bg-clip-text bg-gradient-to-r ${ rangerProject . colorFrom } ${ rangerProject . colorTo } `
96+ const gradientText = `inline-block leading-snug text-transparent bg-clip-text bg-gradient-to-r ${ rangerProject . colorFrom } ${ rangerProject . colorTo } `
9797
9898 return (
9999 < >
You can’t perform that action at this time.
0 commit comments