mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Default maxSkills set to 5 to try to keep the skills list to two lines in the QuestTile
This commit is contained in:
@@ -70,7 +70,7 @@ interface SkillsProps {
|
||||
maxSkills?: number;
|
||||
}
|
||||
export const SkillsTags: React.FC<SkillsProps> = ({
|
||||
maxSkills = 6,
|
||||
maxSkills = 5,
|
||||
skills,
|
||||
}) => {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user