undocs 0.4.2 → 0.4.3

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.
@@ -251,7 +251,7 @@ const { data: contributors } = await useAsyncData(() => useContributors())
251
251
  </UTooltip>
252
252
  </UAvatarGroup>
253
253
  <div class="text-center">
254
- <UButton v-if="sponsors.username" :to="`https://github.com/${landing._github}`" target="_blank" color="neutral">
254
+ <UButton v-if="landing._github" :to="`https://github.com/${landing._github}`" target="_blank" color="neutral">
255
255
  Contribute on GitHub
256
256
  </UButton>
257
257
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "undocs",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "repository": "unjs/undocs",
5
5
  "license": "MIT",
6
6
  "type": "module",