Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 34270c5

Browse files
committed
Remove scrollLink attr from scholarship linkButton
1 parent e2e3958 commit 34270c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/home/scholarship/preview/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Preview extends Component {
99
return (
1010
<div className={styles.preview}>
1111
<h6 className={styles.previewHeader6}>{scholarship.name}</h6>
12-
<div className={styles.buttonContainer}><LinkButton link={`scholarships/${scholarship.id}/apply`} text="Read More" theme="blue" scrollLink /></div>
12+
<div className={styles.buttonContainer}><LinkButton link={`scholarships/${scholarship.id}/apply`} text="Read More" theme="blue" /></div>
1313
</div>
1414
);
1515
}

0 commit comments

Comments
 (0)