vanila-io / spectrum

Simple, powerful online communities.
https://spectrum.chat
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Homepage: Responsive, Reputation Fixes and More #8

Closed entrptaher closed 5 years ago

entrptaher commented 5 years ago
entrptaher commented 5 years ago

I updated the sample-data.json which has profilePhoto, name, description etc. You can use that instead of logo-mark.png and blank alt.

You can call the sample-data.json file directly using this code,

fetch('https://gist.githubusercontent.com/entrptaher/4a62b93e59170e880691eae9723fb299/raw/d48d621fa5f8c8c454d8a49ec623b3217d848f1a/sample-data.json')
.then(data=>data.json())
.then(console.log)