Skip to content

Commit d4c6f36

Browse files
committed
using correct imported component
1 parent 1649233 commit d4c6f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/SamplesPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const SamplesPage = () => {
4545
<CardHeader
4646
header={
4747
<div className={styles.resultCardHeader}>
48-
<Link href={result.url} target='blank'>{result.name} <Link24Regular /></Link>
48+
<Link href={result.url} target='blank'>{result.name} <Link20Regular /></Link>
4949
</div>
5050
}
5151
description={

0 commit comments

Comments
 (0)