Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/MP-739-curriculum-builder' int…
Browse files Browse the repository at this point in the history
…o next
  • Loading branch information
fiji-flo committed Feb 4, 2024
2 parents 9637ee4 + f3737f0 commit 6925c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/curriculum/modules-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function ModulesListList({ modules }: { modules: ModuleIndexEntry[] }) {
<>
<ModulesList modules={c.children} />
<Button type="primary" target="_self" href={c.children[0].url}>
Let's Begin
Let's begin
</Button>
</>
)}
Expand Down

0 comments on commit 6925c40

Please sign in to comment.