Skip to content

Commit

Permalink
Fix nits (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Mar 7, 2024
1 parent 9a71404 commit e1106df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>
<input type="checkbox" id="menuToggle">
<label class="expand" for="menuToggle"></label>
<div class="panelContents">
<a href="https://github.com/webgpu/webpgu-samples">
<a href="https://github.com/webgpu/webgpu-samples">
Github
</a>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion src/samples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import samplerParameters from '../sample/samplerParameters/meta';
import shadowMapping from '../sample/shadowMapping/meta';
import skinnedMesh from '../sample/skinnedMesh/meta';
import texturedCube from '../sample/texturedCube/meta';
import twoCubes from '../sample/texturedCube/meta';
import twoCubes from '../sample/twoCubes/meta';
import videoUploading from '../sample/videoUploading/meta';
import worker from '../sample/worker/meta';

Expand Down

0 comments on commit e1106df

Please sign in to comment.