Skip to content

Commit 3e386a8

Browse files
committed
make sure voting works
1 parent e706584 commit 3e386a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/vote-frame.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const VoteFrame = props => (
77
style={props.id != '0' ? {} : { display: 'none' }}
88
src={
99
props.id != '0'
10-
? `https://penguinmod.com/embed/vote?id=${props.id}#dark=${props.darkmode}`
10+
? `http://localhost:5173/embed/vote?id=${props.id}#dark=${props.darkmode}`
1111
: 'about:blank'
1212
}
1313
></iframe>

0 commit comments

Comments
 (0)