Skip to content

Commit

Permalink
Update vote-frame.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Dec 17, 2023
1 parent 133f47f commit 1c4ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground/vote-frame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const VoteFrame = props => (
<iframe
className={styles.frame}
style={props.id != '0' ? {} : { display: 'none' }}
src={`https://penguinmod.site/embed/vote?id=${props.id}#dark=${props.darkmode}`}
src={`https://snail-ide.vercel.app/embed/vote?id=${props.id}#dark=${props.darkmode}`}
></iframe>
);

Expand Down

0 comments on commit 1c4ab2e

Please sign in to comment.