mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 00:36:15 +02:00
add opera to icons
This commit is contained in:
@@ -277,6 +277,9 @@ module.exports = function (utils, Benchpress, relative_path) {
|
||||
case 'Safari':
|
||||
icons += '<i class="fa fa-fw fa-safari"></i>';
|
||||
break;
|
||||
case 'Opera':
|
||||
icons += '<i class="fa fa-fw fa-opera"></i>';
|
||||
break;
|
||||
case 'IE':
|
||||
icons += '<i class="fa fa-fw fa-internet-explorer"></i>';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user