Open
Description
New Issue Checklist
- I am not disclosing a vulnerability.I am not just asking a question.I have searched through existing issues.I can reproduce the issue with the latest version of Parse Server.
Issue Description
There's a large broken image that occupies a large part of the navigation bar.
Steps to reproduce
See http://parseplatform.org/parse-server/api/6.2.0/

Suggestion
Fix the link and add a small Parse logo image there.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
parse-github-assistant commentedon Jun 12, 2023
Thanks for opening this issue!
mtrezza commentedon Jun 12, 2023
@coratgerl since you did #8528 and know the code, could you take a quick look at this?
coratgerl commentedon Jun 12, 2023
Weird because in this PR I fixed the logo url issue. With the inspector we can see the logo search
../github/parse-server-logo.png
but as you can see here https://github.com/parse-community/parse-server/pull/8528/files#diff-ba6fe1dc86dcd611730372c9fb1ad2e061ec1d33d0f96d2e2ae1168d32672308L32. I removed the logo to put "Parse server". Are you sure the changes are correctly load ?mtrezza commentedon Jun 13, 2023
I'm not sure that the
title
property in that PR exactly does, but it looks strange that it's changed from animg
tag to simply"Parse Server"
. What was the reason for that?coratgerl commentedon Jun 14, 2023
I didn't have the correct url of the logo, but if you have a stable url we can change
mtrezza commentedon Jun 14, 2023
We could just add the image file in the PR I guess?
coratgerl commentedon Jul 7, 2023
fix in #8642 no ? @mtrezza
mtrezza commentedon Jul 7, 2023
Not sure, the api 6.2.0 has the bug, but docs are only published for stable versions (we should probably change that and publish also for pre-releaeses). So I'd keep this open until we see whether it's fixed with the next stable release.