Skip to content

Commit

Permalink
💄 Limit Rules Shown to 5 (#537)
Browse files Browse the repository at this point in the history
change rule count to 5
  • Loading branch information
Aibono1225 authored Sep 20, 2023
1 parent 3b60771 commit e952ba4
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 @@ -71,7 +71,7 @@ const Person = ({ pageContext }) => {
<RulesWidget
token={process.env?.WIDGET_GITHUB_PAT}
ruleEditor={githubUsername}
numberOfRules={10}
ruleCount={5}
rulesUrl="https://www.ssw.com.au/rules/"
/>
);
Expand Down

0 comments on commit e952ba4

Please sign in to comment.