Merge branch 'patch-1' into 'develop'
Fix customization.md soapbox.json example typo See merge request soapbox-pub/soapbox-fe!71
This commit is contained in:
commit
343367834c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ After editing your HTML files and folder names, re-create the webpack and restar
|
||||||
Following is an example of the contents of `soapbox.example.json`:
|
Following is an example of the contents of `soapbox.example.json`:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"logo": ""/instance/images/soapbox-logo.svg",
|
"logo": "/instance/images/soapbox-logo.svg",
|
||||||
"brandColor": "#0482d8",
|
"brandColor": "#0482d8",
|
||||||
"promoPanel": {
|
"promoPanel": {
|
||||||
"items": [{
|
"items": [{
|
||||||
|
|
Loading…
Reference in a new issue