Skip to content

Commit

Permalink
update default snippet and favicon (google#1415)
Browse files Browse the repository at this point in the history
* updated favicon

* change default editor snippet

* updated favicon
  • Loading branch information
elalish authored Jul 27, 2020
1 parent 67bbb43 commit e0b4e03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified packages/modelviewer.dev/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/shared-assets/icons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,8 @@ export class ModelViewerSnippet extends LitElement {

render() {
const exampleLoadableSnippet = `<model-viewer
src='https://modelviewer.dev/shared-assets/models/RobotExpressive.glb'
autoplay animation-name="Wave"
shadow-intensity="0.5">
src='https://modelviewer.dev/shared-assets/models/Astronaut.glb'
shadow-intensity="1">
</model-viewer>`;

return html`
Expand Down

0 comments on commit e0b4e03

Please sign in to comment.