Skip to content

Commit 7d4f34d

Browse files
committed
Merge remote-tracking branch 'origin/fix/bot-management-adjustments' into fix/bot-management-adjustments
2 parents c50ca38 + 08dc371 commit 7d4f34d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

front_end/src/app/(main)/accounts/settings/bots/components/empty_placeholder.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ const EmptyPlaceholder: FC = () => {
88
return (
99
<div className="whitespace-pre-line">
1010
{t.rich("myBotsEmpty", {
11-
link: (chunks) => <Link href="/">{chunks}</Link>,
11+
link: (chunks) => (
12+
<Link
13+
href="https://www.metaculus.com/notebooks/38928/ai-benchmark-resources/#want-to-join-the-ai-forecasting-benchmark"
14+
target="_blank"
15+
rel="noopener noreferrer"
16+
>
17+
{chunks}
18+
</Link>
19+
),
1220
})}
1321
</div>
1422
);

0 commit comments

Comments
 (0)