Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

fixed type in exprience points system #216

Merged
merged 1 commit into from
May 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ReportPlayer1 from "../../../assets/images/screenshots/Tutorial/ReportPla
const ExperiencePointsSystem = (props) => {
return (
<div className="experiencepointssystem-container">
<h1 className="tutorial-header">Exprience Points System</h1>
<h1 className="tutorial-header">Experience Points System</h1>
<h4 className="tutorial-subheader">Receiving Experience Points</h4>
<p className="tutorial-text">
Playing your role well will earn you experience points (EXP). For
Expand Down