We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c50ca38 + 08dc371 commit 7d4f34dCopy full SHA for 7d4f34d
front_end/src/app/(main)/accounts/settings/bots/components/empty_placeholder.tsx
@@ -8,7 +8,15 @@ const EmptyPlaceholder: FC = () => {
8
return (
9
<div className="whitespace-pre-line">
10
{t.rich("myBotsEmpty", {
11
- link: (chunks) => <Link href="/">{chunks}</Link>,
+ 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
+ ),
20
})}
21
</div>
22
);
0 commit comments