-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added logo image to the about page, added links to the FAQ page #56
Conversation
<br> | ||
It's free and code is open sourced and you can find the source code <a href="https://github.com/prabhakar267/WA-Reader">here</a>. | ||
<br><br> | ||
<i>Note: WA Reader was built to read a piece of my personal chat, so no guarantees on it working all the time.</i> | ||
{% if data['is_prod'] %} | ||
<br><br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove this?
<center> | ||
<img src="{{ url_for('static', filename='img/logo.png') }}" style="width: 40%"> | ||
</center> | ||
<center><img src="static/img/logo.png" style="width: 20%"></center> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you only reduced the size of image from 40% to 20%. Any aesthetic reason for doing so?
@@ -97,6 +99,8 @@ <h4 class="panel-title"> | |||
<div class="panel-body"> | |||
It happens since each mobile device and WhatsApp version has it's own way of storing the chats. You can open a <a href="https://github.com/prabhakar267/WA-Reader/issues/new" target="_blank">new issue</a> on the GitHub repository and share a small piece of chat (if possible) so that the viewer can be updated according to the formatting of your device and WhatsApp version.<br> | |||
Do mention your WhatsApp version, mobile OS and device name for better tracking. | |||
<hr> | |||
Read More: <a href="https://faq.whatsapp.com/en/android/23756533/">https://faq.whatsapp.com/en/android/23756533</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to add this answer in every FAQ
Closing this due to inactivity. Please feel free to reopen if you wish to continue on this. |
No description provided.