diff --git a/src/components/Configuration/AppInfoModal.vue b/src/components/Configuration/AppInfoModal.vue index d8c4c98f..9d78a059 100644 --- a/src/components/Configuration/AppInfoModal.vue +++ b/src/components/Configuration/AppInfoModal.vue @@ -10,20 +10,18 @@

Help & Support

For getting support with running or configuring Dashy, see the Discussions -

Report a Bug

- If you think you've found a bug, then please raise it on GitHub. -
Include version you are running, environment info, output of the console (press F12), - and any suppoting scerenshots.

Supporting Dashy

For ways that you can get involved, check out the Contributing page. +

Report a Bug

+ If you think you've found a bug, then please raise an Issue.

More Info

Source: github.com/lissy93/dashy
Documentation: dashy.to/docs

License

Licensed under MIT X11. Copyright Alicia Sykes © 2021.
- For licenses for third-party modules, please see Legal. - For a list of contributors, and application thank-you's, see Credits + For licenses for third-party modules, please see Legal.
+ For the full list of contributors and thanks, see Credits.

Version

@@ -80,8 +78,8 @@ div.about-modal { } } h3 { - font-size: 1rem; - margin: 0.5rem 0 0.2rem 0; + font-size: 1.2rem; + margin: 0.75rem 0 0.2rem 0; color: var(--about-page-accent); } a { @@ -108,3 +106,14 @@ div.about-modal { } + +