Skip to content

Commit

Permalink
codepen broken embed link changed (#4)
Browse files Browse the repository at this point in the history
* Update index.js

* fixed embed link
  • Loading branch information
chini5ko committed Nov 14, 2020
1 parent 975a550 commit 9e3cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useRef, useEffect } from 'react';
import PropTypes from 'prop-types';

const SCRIPT_URL = 'https://production-assets.codepen.io/assets/embed/ei.js';
const SCRIPT_URL = 'https://static.codepen.io/assets/embed/ei.js'; // new embed
const LOAD_STATE = {
booting: '__booting__',
error: '__error__',
Expand Down

0 comments on commit 9e3cc91

Please sign in to comment.