Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 491d6dc

Browse files
author
Daniel Golden
committed
fix(layout nerdpacks): specify icon for each
resolves #422
1 parent 78875d4 commit 491d6dc

8 files changed

+8
-8
lines changed

src/data/projects/newrelic-nr1-nerdpack-layout-2x2-grid.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-2x2-grid",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-2x2-grid",
13-
"iconUrl": null,
13+
"iconUrl": "https://github.com/newrelic/nr1-nerdpack-layout-2x2-grid/blob/master/launchers/my-new-launcher/icon.png?raw=true",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the 2x2 grid nerdpack design layout ",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-3-column.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-3-column",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-3-column",
13-
"iconUrl": null,
13+
"iconUrl": "https://raw.githubusercontent.com/newrelic/nr1-nerdpack-layout-3-column/master/launchers/my-new-launcher/icon.png",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the 3 column nerdpack design layout ",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-3x2-grid.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-3x2-grid",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-3x2-grid",
13-
"iconUrl": null,
13+
"iconUrl": "https://raw.githubusercontent.com/newrelic/nr1-nerdpack-layout-3x2-grid/master/launchers/my-new-launcher/icon.png",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the 3x2 grid nerdpack design layout ",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-4-column.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-4-column",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-4-column",
13-
"iconUrl": null,
13+
"iconUrl": "https://raw.githubusercontent.com/newrelic/nr1-nerdpack-layout-4-column/master/launchers/my-new-launcher/icon.png",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the 4 column nerdpack design layout ",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-4x2-grid.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-4x2-grid",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-4x2-grid",
13-
"iconUrl": null,
13+
"iconUrl": "https://raw.githubusercontent.com/newrelic/nr1-nerdpack-layout-4x2-grid/master/launchers/my-new-launcher/icon.png",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the 4x2 grid nerdpack design layout ",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-double-sidebar.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-double-sidebar",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-double-sidebar",
13-
"iconUrl": null,
13+
"iconUrl": "https://raw.githubusercontent.com/newrelic/nr1-nerdpack-layout-double-sidebar/master/launchers/my-new-launcher/icon.png",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the double sidebar nerdpack design layout",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-standard.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-standard",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-standard",
13-
"iconUrl": null,
13+
"iconUrl": "https://raw.githubusercontent.com/newrelic/nr1-nerdpack-layout-standard/master/launchers/nerdpack-layout-standard-launcher/icon.png",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the standard nerdpack design layout",
1616
"ossCategory": "community-project",

src/data/projects/newrelic-nr1-nerdpack-layout-t-bone.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"supportUrl": "https://discuss.newrelic.com/t/layout-nerdpacks/88605",
1111
"githubUrl": "https://github.com/newrelic/nr1-nerdpack-layout-t-bone",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/nr1-nerdpack-layout-t-bone",
13-
"iconUrl": null,
13+
"iconUrl": "https://github.com/newrelic/nr1-nerdpack-layout-t-bone/blob/master/launchers/my-new-launcher/icon.png?raw=true",
1414
"shortDescription": "",
1515
"description": "A boilerplate for the \"t-bone\" nerdpack design layout ",
1616
"ossCategory": "community-project",

0 commit comments

Comments
 (0)