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.
- package/app/pages/index.vue +1 -1
- package/package.json +1 -1
package/app/pages/index.vue
CHANGED
|
@@ -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="
|
|
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>
|