git ssb

16+

Dominic / patchbay



Tree: 1fd3c2d9148ba9ea22b04eabc592afe3ff16dabe

Files: 1fd3c2d9148ba9ea22b04eabc592afe3ff16dabe / 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