You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/SearchPage.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ const SearchPage = () => {
145
145
Find samples using AI-powered search capabilities 🚀
146
146
</div>
147
147
<divclassName={styles.sampleCount}>
148
-
{isSampleCountLoading ? 'Finding how many samples are available...' : `There are ${sampleCount} samples in the database.`}
148
+
{isSampleCountLoading ? 'Finding how many samples are available...' : (<span>There are <Linkhref="https://aka.ms/sqlai-samples"target="_blank">{sampleCount} samples</Link> in the database.</span>)}
0 commit comments