Skip to content

Commit

Permalink
adding logos
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Nov 29, 2016
1 parent 1448d2f commit 02a88d3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
Binary file added lively-web-logo-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions lively-web-logo-small.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lively-web-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions lively-web-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion morph.js
Expand Up @@ -1284,7 +1284,7 @@ export class Image extends Morph {
constructor(props) {
super(props);
if (!this.imageUrl)
this.imageUrl = '/core/media/lively-web-logo-small.png'
this.imageUrl = System.decanonicalize("lively.morphic/lively-web-logo-small.png");
}

get isImage() { return true }
Expand Down

0 comments on commit 02a88d3

Please sign in to comment.