Skip to content

Commit 822aa29

Browse files
committed
Have icon only in one place.
1 parent 6558544 commit 822aa29

File tree

4 files changed

+4
-22
lines changed

4 files changed

+4
-22
lines changed

.sandstorm/icon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

public/favicon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"masterPicture": "icon.svg",
2+
"masterPicture": "../packages/council/layout/logo.svg",
33
"iconsPath": "/",
44
"design": {
55
"ios": {

public/icon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

sandstorm-pkgdef.capnp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const pkgdef :Spk.PackageDefinition = (
4848
# https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/package.capnp
4949
icons = (
5050
# Various icons to represent the app in various contexts.
51-
appGrid = (svg = embed ".sandstorm/icon.svg"),
52-
grain = (svg = embed ".sandstorm/icon.svg"),
53-
market = (svg = embed ".sandstorm/icon.svg"),
51+
appGrid = (svg = embed "packages/council/layout/logo.svg"),
52+
grain = (svg = embed "packages/council/layout/logo.svg"),
53+
market = (svg = embed "packages/council/layout/logo.svg"),
5454
),
5555

5656
website = "http://peermind.org",

0 commit comments

Comments
 (0)