Fix tw gradient classes
This commit is contained in:
@ -31,7 +31,7 @@ const meta = {
|
|||||||
<Layout meta={meta}>
|
<Layout meta={meta}>
|
||||||
<Fragment slot="title">
|
<Fragment slot="title">
|
||||||
News and step-by-step guides about
|
News and step-by-step guides about
|
||||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-secondary-500">AstroWind
|
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-pink-500">AstroWind
|
||||||
</span>
|
</span>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
<BlogList posts={page.data} />
|
<BlogList posts={page.data} />
|
||||||
|
Reference in New Issue
Block a user