Skip to content

Commit 72cf681

Browse files
authored
Fix link for See More button (#788)
fix the link
1 parent bd94a6f commit 72cf681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)