Skip to content

Commit fc3deec

Browse files
author
Tim Berners-Lee
committed
switch sharing icon to padlock from rainbow
1 parent aa36dec commit fc3deec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sharing/sharingPane.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const UI = require('solid-ui')
1313

1414
module.exports = {
1515

16-
icon: UI.icons.iconBase + 'noun_123691.svg',
16+
icon: UI.icons.iconBase + 'noun_locked_2160665_000000.svg', // noun_locked_2160665_000000.svg padlock
17+
// noun_123691.svg was rainbow
1718

1819
name: 'sharing',
1920

0 commit comments

Comments
 (0)