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.
1 parent 5569d11 commit a736439Copy full SHA for a736439
src/pages/index.tsx
@@ -89,9 +89,17 @@ function Home(): JSX.Element {
89
</div>
90
)}
91
<h3>
92
- <Translate id={`frontpage.sec1.item${idx + 1}.title`}>
93
- {title}
94
- </Translate>
+ {title === "AI 部" ? (
+ <a href="http://ai-lab.club/">
+ <Translate id={`frontpage.sec1.item${idx + 1}.title`}>
95
+ {title}
96
+ </Translate>
97
+ </a>
98
+ ) : (
99
100
101
102
+ )}
103
</h3>
104
<p>{description}</p>
105
0 commit comments