We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd94a6f commit be85750Copy full SHA for be85750
src/components/rules-widget/rules-widget.js
@@ -50,7 +50,7 @@ export default function RulesWidget({
50
}, [author, numberOfRules]);
51
52
const enabled = !!author;
53
- const moreHref = seeMoreUrl || `${rulesUrl}/user-rules?author=${encodeURIComponent(author || "")}`;
+ const moreHref = seeMoreUrl || `${rulesUrl}/user?author=${encodeURIComponent(author || "")}`;
54
55
const content = (() => {
56
if (!enabled) return <p className="text-center text-sm text-gray-600">No Rules Found</p>;
0 commit comments