git ssb

16+

Dominic / patchbay



Tree: 7b8459c024b593664fa22d32c9b9bcccfe02a2fa

Files: 7b8459c024b593664fa22d32c9b9bcccfe02a2fa / 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