docs(Footer): add link to /pro/terms

This commit is contained in:
Benjamin Canac
2024-08-20 11:58:16 +02:00
parent 9ea724ea82
commit b1e6d2294b

View File

@@ -45,5 +45,8 @@ const links = [{
label: 'Releases',
icon: 'i-heroicons-rocket-launch',
to: '/releases'
}, {
label: 'Terms',
to: '/pro/terms'
}]
</script>