Skip to content

Commit

Permalink
Improved favicon for all tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Nov 1, 2024
1 parent f0f2a9d commit f1b8dbd
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2 deletions.
Binary file added public/favicon-compress.ico
Binary file not shown.
Binary file added public/favicon-compress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-metadata.ico
Binary file not shown.
Binary file added public/favicon-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-organization.ico
Binary file not shown.
Binary file added public/favicon-organization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/compress.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link href="<?php echo $REVERSE_PROXY_URL; ?>/vendor/bootstrap.<?php echo $DIRECTION_LANGUAGE ?>.min.css?5.3.3" rel="stylesheet">
<link href="<?php echo $REVERSE_PROXY_URL; ?>/vendor/bootstrap-icons.min.css?1.11.3" rel="stylesheet">
<link href="<?php echo $REVERSE_PROXY_URL; ?>/css/app.css?<?php echo ($COMMIT) ? $COMMIT : filemtime($ROOT."/public/css/app.css") ?>" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-metadata.ico">

<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-compress.ico">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-compress.png" />
<title><?php echo _("Compress PDF"); ?></title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions templates/metadata.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<?php include('components/header.html.php'); ?>
<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-metadata.ico">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-metadata.png" />
<title><?php echo _("Editing PDF metadata"); ?></title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions templates/organization.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<?php include('components/header.html.php'); ?>

<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-organization.ico">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-organization.png" />
<title><?php _("Organize PDF"); ?></title>
</head>
<body>
Expand Down

0 comments on commit f1b8dbd

Please sign in to comment.