Add link to community repo in feedback editor

This commit is contained in:
Joseph Lyons 2023-02-23 16:30:00 -05:00
parent 77c396a0ab
commit 37f910949d
4 changed files with 59 additions and 6 deletions

View file

@ -812,6 +812,8 @@ pub struct FeedbackStyle {
pub submit_button: Interactive<ContainedText>,
pub button_margin: f32,
pub info_text: ContainedText,
pub link_text: ContainedText,
pub link_hover_text: ContainedText,
}
#[derive(Clone, Deserialize, Default)]