From f6b1af7bd6f06f3694ee85925feee2aea52dd4ef Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sat, 8 May 2021 10:59:46 +0200 Subject: [PATCH] support: Fix visual glitch with unordered list Newlines between each list entry creates glitched unordered list in the web version. --- content/faq/support.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/faq/support.md b/content/faq/support.md index 6943768c..15cb40cd 100644 --- a/content/faq/support.md +++ b/content/faq/support.md @@ -18,7 +18,5 @@ If you're using LBRY Desktop, LBRY log files will help us better understand the To report an issue, you can do one of the following: - Send us an email to [help@lbry.com](mailto:help@lbry.com) with the details of your issue or bug report. If it's troubleshooting related, please attach [your LBRY log file](/faq/how-to-find-lbry-log-file). - - Go to the "Help" page of the app and then click the "Submit a Bug Report" button. - - If you're a developer or otherwise technical and want to interact with LBRY developers directly, you're welcome to open an issue directly on GitHub. Please try to open network or protocol related issues [on our sdk channel in github](https://github.com/lbryio/lbry/issues) and interface, usability, and other application related issues [going to issues over your platform of choice](https://github.com/lbryio) (such as [desktop](https://github.com/lbryio/lbry-desktop/issues)). We would appreciate a quick search to see if similar issues already exist, as well.