bullet03 commented on code in PR #17444: URL: https://github.com/apache/beam/pull/17444#discussion_r857266022
########## website/www/site/layouts/index.html: ########## @@ -71,13 +71,16 @@ <h1>Try Beam Playground</h1> <a class="playground__mobile" href="https://play.beam.apache.org/"> <img src="images/playground.png" alt="beam playground"> </a> - <iframe - src="https://play.beam.apache.org/embedded?enabled=true&example=SDK_JAVA/PRECOMPILED_OBJECT_TYPE_EXAMPLE/MinimalWordCount&code=" - width="100%" - height="700px" - class="code-snippet playground" - allow="clipboard-write"> - </iframe> + <div id="playgroundIframeContainer"> + <iframe Review Comment: was told to make less commits. before that i made a new one on each logical step. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
