Compare commits

...

2 Commits

Author SHA1 Message Date
9bce64e7f3 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
2024-11-18 07:47:51 +00:00
4aa5ed26f4 Include a link to request features
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 2m47s
2024-11-18 08:44:38 +01:00

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.`,
},