Skip to content

Commit 0178512

Browse files
committed
feat (lumina modal): link to docs
1 parent f96509c commit 0178512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/modals/LightNodeModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ watch(
424424
</Text>
425425

426426
<Flex align="center" gap="12">
427-
<NuxtLink to="https://docs.celenium.io/" target="_blank">
427+
<NuxtLink to="https://docs.celenium.io/features/light-node" target="_blank">
428428
<Text size="12" weight="600" color="blue">Documentation</Text>
429429
</NuxtLink>
430430
<NuxtLink @click="showOnboardingBanner = false" :to="null" target="_blank" style="cursor: pointer">

0 commit comments

Comments
 (0)