@industry-theme/github-panels 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/panels.bundle.js
CHANGED
|
@@ -3376,7 +3376,7 @@ const WelcomePanel = ({
|
|
|
3376
3376
|
color: theme.colors.textSecondary
|
|
3377
3377
|
},
|
|
3378
3378
|
children: [
|
|
3379
|
-
"
|
|
3379
|
+
"Check out our forks of popular repos:",
|
|
3380
3380
|
" ",
|
|
3381
3381
|
highlightedProjects.map((project, index) => /* @__PURE__ */ jsxs(React2.Fragment, { children: [
|
|
3382
3382
|
index > 0 && (index === highlightedProjects.length - 1 ? " or " : ", "),
|