Skip to content

Commit b062224

Browse files
GregBrimbleKianNH
authored andcommitted
Fix Direct Upload icons
1 parent ff72439 commit b062224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format:core:fix": "npm run format:core -- --write",
1717
"format:content": "npx prettier --write \"**/*.{md,mdx,astro}\"",
1818
"format:data": "npx prettier --write \"**/*.{json,yaml,yml}\"",
19-
"postinstall": "npm run sync",
19+
"postinstall": "npx patch-package && npm run sync",
2020
"preview": "npx astro preview",
2121
"script:optimize-svgs": "npx tsx scripts/optimize-svgs.ts",
2222
"start": "npx astro dev",

patches/@astrojs+starlight+0.29.3.patch renamed to patches/@astrojs+starlight+0.32.5.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/node_modules/@astrojs/starlight/user-components/Tabs.astro b/node_modules/@astrojs/starlight/user-components/Tabs.astro
2-
index 4234eb0..276d211 100644
2+
index 257174e..053d6f7 100644
33
--- a/node_modules/@astrojs/starlight/user-components/Tabs.astro
44
+++ b/node_modules/@astrojs/starlight/user-components/Tabs.astro
55
@@ -3,10 +3,11 @@ import Icon from './Icon.astro';

0 commit comments

Comments
 (0)