Skip to content

Commit

Permalink
fix(curriculum): add via to scrim (#11445)
Browse files Browse the repository at this point in the history
fix(curriculum): add via to scrim.

Previously this tiggered a bug, but it's fixed now.
  • Loading branch information
fiji-flo authored Jul 10, 2024
1 parent 2e15a84 commit 9763358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/curriculum/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function Header({ section, h1 }: { section: any; h1?: string }) {
);
}

const SCRIM_URL = "https://v2.scrimba.com/s06icdv";
const SCRIM_URL = "https://v2.scrimba.com/s06icdv?via=mdn";

function About({ section }) {
const { title, content, id } = section.value;
Expand Down

0 comments on commit 9763358

Please sign in to comment.