-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #767 from bounswe/frontend-user-agreement
Add User agreement to Register
- Loading branch information
Showing
5 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,4 @@ | |
top: 0.5em; | ||
right: 0.5em; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,4 +120,4 @@ function ForumPost({ | |
); | ||
} | ||
|
||
export default ForumPost; | ||
export default ForumPost; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export const userAgreementText = | ||
"By accessing and using Game Guru, you are agreeing to the terms outlined in this User Agreement. Please take a moment to familiarize yourself with the following conditions. Users must be at least 13 years old, and if under 13, parental consent is necessary. Ensure the security and confidentiality of your account information, and notify us promptly of any unauthorized access. Uphold a standard of respectful behavior, refraining from engaging in inappropriate or offensive conduct. All content on Game Guru is the intellectual property of Game Guru or its licensors and is protected by intellectual property laws. We reserve the right to suspend or terminate user accounts at our discretion for any violations. Game Guru is provided as is, without any expressed or implied warranties, and we are not liable for any indirect, incidental, or consequential damages. This agreement may be modified without prior notice, and continued use constitutes acceptance of the modified terms. "; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters