Skip to content

Commit be85750

Browse files
committed
fix the link
1 parent bd94a6f commit be85750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/rules-widget/rules-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function RulesWidget({
5050
}, [author, numberOfRules]);
5151

5252
const enabled = !!author;
53-
const moreHref = seeMoreUrl || `${rulesUrl}/user-rules?author=${encodeURIComponent(author || "")}`;
53+
const moreHref = seeMoreUrl || `${rulesUrl}/user?author=${encodeURIComponent(author || "")}`;
5454

5555
const content = (() => {
5656
if (!enabled) return <p className="text-center text-sm text-gray-600">No Rules Found</p>;

0 commit comments

Comments
 (0)