Skip to content

Commit

Permalink
update scrim
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Jul 8, 2024
1 parent fa199ff commit d21adbe
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/s06i5lr";
const SCRIM_URL = "https://v2.scrimba.com/s06icdv";

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

0 comments on commit d21adbe

Please sign in to comment.