Skip to content

Commit 2669f29

Browse files
committed
Add missing link
1 parent 729a814 commit 2669f29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Cards/3.10.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ const categories = [
9999
},
100100
{
101101
cell: 1, // Second cell
102-
links: ['how-to-write-applications'],
103-
labels: ['Write a ScalarDL Application in Java']
102+
links: ['how-to-write-contract'],
103+
labels: ['Write a Contract']
104104
},
105105
{
106106
cell: 2, // Third cell
107-
links: [''],
108-
labels: ['']
107+
links: ['how-to-write-applications'],
108+
labels: ['Write a ScalarDL Application in Java']
109109
}
110110
]
111111
},

0 commit comments

Comments
 (0)