We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e706584 commit 3e386a8Copy full SHA for 3e386a8
src/playground/vote-frame.jsx
@@ -7,7 +7,7 @@ const VoteFrame = props => (
7
style={props.id != '0' ? {} : { display: 'none' }}
8
src={
9
props.id != '0'
10
- ? `https://penguinmod.com/embed/vote?id=${props.id}#dark=${props.darkmode}`
+ ? `http://localhost:5173/embed/vote?id=${props.id}#dark=${props.darkmode}`
11
: 'about:blank'
12
}
13
></iframe>
0 commit comments