Another small formatting fix.
This commit is contained in:
parent
b215ad7479
commit
a42a08f246
2
index.js
2
index.js
|
@ -9,7 +9,7 @@ style: "\
|
||||||
}",
|
}",
|
||||||
render: () => {
|
render: () => {
|
||||||
try {
|
try {
|
||||||
return "<style>#github-activity-widget-index-js { width: 100%; height: 100%; }</style>";
|
return "<style>#github-activity-widget-index-js { width: 100%; height: 100%; }</style>";
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
Loading…
Reference in New Issue