import { memo } from "react"; import { Link } from "react-router"; import PageHeader from "@/components/Pages/PageHeader"; import PageLayout from "@/components/Shared/PageLayout"; import { H4 } from "@/components/Shared/UI"; const Guidelines = () => { return (

To protect all users on Hey and to prevent spam, we put some rules in place. Please read them carefully and remember them whenever you post something on Hey or change your account.

{/* Safety begins */}

Safety

You are not allowed to display, share, or promote any of the following:

  • Violence
  • Abuse
  • Harassment
  • Hateful speech
  • Harmful content (including self-harm and suicidal content)
  • Illegal/unlawful content
{/* Safety ends */} {/* Nudity begins */}

Nudity

Hey is not a place to display, share or promote any form of the following types of content:

  • Nudity
  • Sexual content

Please try to keep Hey family-friendly (especially considering all images, videos, audio, and links).

{/* Nudity ends */} {/* Spam begins */}

Spam

You are not allowed to use Hey as a platform to

  • Manipulate other users
  • Create a large number of accounts.
  • Share excessive amounts of content of any type ("Spam")
  • Airdrop farming

If your account is suspended, you are not allowed to create any new accounts.

{/* Spam ends */} {/* Impersonation begins */}

Impersonation

You are not allowed to impersonate other people on Hey.

We understand that some of you like to create Accounts with the names of popular persons as a parody. If you do something like this, please use the "About me" section on your Account to inform other users that your Account is a parody account. You must do this in a way that can be easily seen and understood by other users.

Suspension

Account suspension applies only to Hey and not to Lens. Decisions to suspend an account are made by the Hey team and are not automated.

We reserve the right to take down any account that violates these guidelines, with or without prior notice.

This is a Hey-specific decision / feature and not a protocol-level decision / feature.

{/* Impersonation ends */} {/* Copyright and Trademarks begins */}

Copyright and Trademarks

You are not allowed to violate any intellectual property rights, including copyright and trademark, of others.

{/* Copyright and Trademarks ends */} {/* Feedback begins */}

Feedback

If you have any feedback on these rules or if you have any questions, please{" "} contact us.

{/* Feedback ends */}
); }; export default memo(Guidelines);