git ssb

16+

Dominic / patchbay



Tree: 15c8b380dff5fefb550257e46b87876bda2db1e4

Files: 15c8b380dff5fefb550257e46b87876bda2db1e4 / modules / avatar.js

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

Built with git-ssb-web