@industry-theme/github-panels 0.1.13 → 0.1.15

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.
@@ -3331,7 +3331,7 @@ const WelcomePanelContent = ({
3331
3331
  "span",
3332
3332
  {
3333
3333
  style: {
3334
- fontSize: `${theme2.fontSizes[5]}px`,
3334
+ fontSize: `${theme2.fontSizes[6] || 32}px`,
3335
3335
  fontWeight: theme2.fontWeights.bold,
3336
3336
  color: theme2.colors.text
3337
3337
  },
@@ -3353,7 +3353,7 @@ const WelcomePanelContent = ({
3353
3353
  "h1",
3354
3354
  {
3355
3355
  style: {
3356
- margin: "0 0 16px",
3356
+ margin: "0 0 32px",
3357
3357
  fontSize: `${theme2.fontSizes[6] || 32}px`,
3358
3358
  fontWeight: theme2.fontWeights.bold,
3359
3359
  color: theme2.colors.text
@@ -3500,8 +3500,8 @@ const WelcomePanelContent = ({
3500
3500
  FeatureCard,
3501
3501
  {
3502
3502
  icon: /* @__PURE__ */ jsx(GitBranch, { size: 24 }),
3503
- title: "Deep Git Insights",
3504
- description: "Explore commits, branches, and history with visual timelines and contributor analytics.",
3503
+ title: "Reliable Documentation",
3504
+ description: "Always up-to-date documentation generated directly from your codebase, never out of sync.",
3505
3505
  theme: theme2
3506
3506
  }
3507
3507
  )