Skip to content

Commit

Permalink
♻️ Limited widget rules count to 5 (#681)
Browse files Browse the repository at this point in the history
limited rules count to 5
  • Loading branch information
babakamyljanovssw authored Sep 19, 2024
1 parent fe9807e commit 7b3a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/person.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Person = ({ pageContext }) => {
const initWidget = () => {
return (
<RulesWidget
numberOfRules={15}
numberOfRules={5}
author={githubUsername}
/>
);
Expand Down

0 comments on commit 7b3a7dd

Please sign in to comment.