mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
webui v139: bump the label for the network graph pass
This commit is contained in:
parent
007dc5cf8c
commit
2182afe5aa
@ -114,7 +114,7 @@ const navbar = () => {
|
||||
? 'Connected to RetroShare Core'
|
||||
: 'Connection Lost',
|
||||
}),
|
||||
m('span.webui-version', { style: { fontSize: '0.7em' } }, 'v138'),
|
||||
m('span.webui-version', { style: { fontSize: '0.7em' } }, 'v139'),
|
||||
m('i.fas.fa-sync-alt.refresh-icon', {
|
||||
style: { cursor: 'pointer', fontSize: '0.8em' },
|
||||
onclick: () => window.location.reload(true),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user