@industry-theme/github-panels 0.1.24 → 0.1.25

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.
@@ -3260,11 +3260,11 @@ const WelcomePanel = ({
3260
3260
  "div",
3261
3261
  {
3262
3262
  style: {
3263
- padding: "24px 32px 48px",
3263
+ padding: "0 32px 48px",
3264
3264
  display: "flex",
3265
3265
  flexDirection: "column",
3266
3266
  alignItems: "center",
3267
- gap: "20px"
3267
+ gap: "16px"
3268
3268
  },
3269
3269
  children: [
3270
3270
  /* @__PURE__ */ jsx(
@@ -3276,7 +3276,7 @@ const WelcomePanel = ({
3276
3276
  fontWeight: theme.fontWeights.semibold,
3277
3277
  color: theme.colors.textSecondary
3278
3278
  },
3279
- children: "Explore Our Organizations"
3279
+ children: "Explore Our Projects"
3280
3280
  }
3281
3281
  ),
3282
3282
  /* @__PURE__ */ jsx(