Merge pull request 'Include a link to request features' (#8) from feature-request-form into main
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 2m48s

Reviewed-on: #8
This commit is contained in:
bustikiller 2024-11-18 07:47:51 +00:00
commit 9bce64e7f3

View File

@ -95,6 +95,15 @@ const config: Config = {
},
],
},
{
title: 'Give feedback',
items: [
{
label: 'Request a feature',
href: 'https://my.liberaforms.org/libreweddingplanner-feature-request'
},
],
}
],
copyright: `Copyright © ${new Date().getFullYear()} Manuel Bustillo. Built with Docusaurus.`,
},