Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit eb96ddb

Browse files
committed
fixes #79
1 parent 00410bd commit eb96ddb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pages/learn/index.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,10 @@ class Learn extends React.Component {
8282
key={subject.id}
8383
>
8484
<Link
85-
href={`/learn/subject?id=${subject.subjectId}`}
8685
as={subject.url}
86+
href={`/learn/subject?id=${subject.subjectId}`}
8787
>
88-
<Card
89-
as="a"
90-
raised
91-
label={{ as: 'a', corner: 'left', icon: 'heart' }}
92-
>
88+
<Card href={subject.url} raised>
9389
<Label attached="bottom right">
9490
<Popup
9591
trigger={

0 commit comments

Comments
 (0)