Skip to content

Commit

Permalink
Update to web-bundler 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Nov 28, 2023
1 parent 7199f47 commit 94043f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<quarkus-renarde.version>3.0.4</quarkus-renarde.version>
<quarkus-web-bundler.version>1.1.5</quarkus-web-bundler.version>
<quarkus-web-bundler.version>1.1.6</quarkus-web-bundler.version>
<quarkus-playwright.version>0.0.1</quarkus-playwright.version>
</properties>
<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Main(props) {
default:
return (
<LoadingDiv>
<div><img src={`/static/bundle/${logo}`} alt="logo" /></div>
<div><img src={logo} alt="logo" /></div>
<div>Waiting for game...</div>
</LoadingDiv>
);
Expand Down

0 comments on commit 94043f5

Please sign in to comment.