Skip to content

Commit 87307db

Browse files
committed
added link
1 parent 2f4f11c commit 87307db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/SearchPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const SearchPage = () => {
145145
Find samples using AI-powered search capabilities 🚀
146146
</div>
147147
<div className={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 <Link href="https://aka.ms/sqlai-samples" target="_blank">{sampleCount} samples</Link> in the database.</span>)}
149149
</div>
150150
<div className={styles.buttonsArea}>
151151
<TeachingPopover defaultOpen={popOverOpen}>

0 commit comments

Comments
 (0)