update client icon

This commit is contained in:
ghost 2023-12-02 17:32:04 +02:00
parent ca692e62a3
commit e0ef59e4b5
10 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
<script src="js/twister_network.js"></script>
<script src="js/interface_common.js"></script>
<script>changeStyle();</script>
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
</head>
<body>

View File

@ -228,7 +228,7 @@ button.follow:hover, button.unfollow:hover, .following-own-modal .following-list
right: 0;
width: 34px;
height: 54px;
background: url(../img/twister_mini.png) no-repeat right 5px;
background: url(../img/twisterarmy.png) no-repeat right 5px;
}
.userMenu > ul > li {

View File

@ -29,7 +29,7 @@
<script src="js/jquery.textcomplete.min.js"></script>
<script src="js/twister-crypto-bundle.js"></script>
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
</head>
<body>
<!-- MENU SUPERIOR INIT -->

BIN
img/twisterarmy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -13,7 +13,7 @@
<script src="js/jquery.mobile.router.min.js"></script>
<script src="js/jquery.mobile-1.3.2.min.js"></script>
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
</head>
<body>

View File

@ -479,7 +479,7 @@ var MAL = function()
if (!req.title)
req.title = polyglot.t('notify_desktop_title');
if (!req.icon)
req.icon = '../img/twister_mini.png';
req.icon = '../img/twisterarmy.png';
if (!req.tag)
req.tag = 'twister_notification';
if (!req.timeout)

View File

@ -467,7 +467,7 @@ function tickOptionsPostPreview() {
var imgPreviewCont = elem.find('.preview-container');
fillElemWithTxt(elem.children().first(),
polyglot.t('post_preview_dummy', {logo: '/img/twister_mini.png', site: 'http://twister.net.co'}));
polyglot.t('post_preview_dummy', {logo: '/img/twisterarmy.png', site: 'http://twister.net.co'}));
if ($.Options.displayPreview.val === 'enable') {
imgPreviewCont.empty();

View File

@ -24,7 +24,7 @@
<script src="js/interface_common.js"></script>
<script src="js/twister-crypto-bundle.js"></script>
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
</head>
<body>

View File

@ -20,7 +20,7 @@
<script src="js/polyglot.min.js"></script>
<script src="js/interface_localization.js"></script>
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
</head>
<body>

View File

@ -37,7 +37,7 @@
<script src="js/jpeg_encoder_basic.js"></script>
<script src="js/twister-crypto-bundle.js"></script>
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
</head>
<body>