Skip to content

Commit beede84

Browse files
authored
Next: Resolve broken gradient source link in v3 docs (#2702)
1 parent ac308a9 commit beede84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/next.skeleton.dev/src/components/docs/ChipsBar.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { frontmatter, urls } = Astro.props;
1414
target="_blank"
1515
>
1616
<IconCode size={16} />
17-
<span>CSS</span>
17+
<span>Source</span>
1818
</a>
1919
)
2020
}

sites/next.skeleton.dev/src/content/docs/tailwind/gradients.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: '@layouts/LayoutDoc.astro'
33
title: Gradients
44
description: Extends Tailwind Gradients to support both radial and conic variations.
5-
srcCore: '/plugin/extends/gradients.css'
5+
srcCore: '/plugin/extends/backgrounds.ts'
66
showDocsUrl: true
77
---
88

0 commit comments

Comments
 (0)