git ssb

16+

Dominic / patchbay



Tree: ae7c2d638a47d2b374cec6c88e45d20c4290fe33

Files: ae7c2d638a47d2b374cec6c88e45d20c4290fe33 / modules / avatar.js

250 bytesRaw
1
2var h = require('hyperscript')
3var u = require('../util')
4
5exports.avatar = function (author, sbot) {
6 return h('a', {href:'#'+author}, u.first(exports.avatar_name, function (plug) {
7 return plug(author, sbot)
8 }))
9}
10
11exports.avatar_name = []
12
13

Built with git-ssb-web