-
Notifications
You must be signed in to change notification settings - Fork 121
Update warning about malicious Discord server to be bigger since its small #367
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
|
|
||
| <h3 align="center">FarmHelper V2</h3> | ||
| <p align="center"> | ||
| <a>There is no official Discord server. discord.gg/jellylab is A STOLEN, MALICIOUS server! DO NOT JOIN!</a> | ||
| <h1>‼️There is no official Discord server. discord.gg/jellylab is A STOLEN, MALICIOUS server! DO NOT JOIN!‼️</h1> | ||
|
||
| </p> | ||
| </div> | ||
|
|
||
|
|
||
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.
Using an h1 tag nested inside a paragraph element is not valid HTML. The h1 element is a block-level element and should not be placed inside a p element, which expects phrasing content. Consider using a strong or b tag with appropriate styling instead, or restructure the HTML to place the heading outside the paragraph.