Skip to content

Commit

Permalink
Merge pull request #2384 from get10101/fix/webapp-favicon-darkmode
Browse files Browse the repository at this point in the history
fix: Replace favicon with logo with white background
  • Loading branch information
holzeis authored Apr 9, 2024
2 parents eebd61f + e63580c commit 0d76091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:get_10101/common/payment.dart';
import 'package:get_10101/wallet/walle_history_detail_dialog.dart';
import 'package:get_10101/wallet/wallet_history_detail_dialog.dart';
import 'package:intl/intl.dart';
import 'package:timeago/timeago.dart' as timeago;

Expand Down
4 changes: 2 additions & 2 deletions webapp/frontend/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<meta name="apple-mobile-web-app-title" content="10101">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Websupoort for WebView -->
<!-- Web support for WebView -->
<script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js"
defer></script>

<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/assets/10101_logo_icon.png"/>
<link rel="icon" type="image/png" href="/assets/assets/10101_logo_icon_white_background.png"/>

<title>10101</title>
<link rel="manifest" href="manifest.json">
Expand Down

0 comments on commit 0d76091

Please sign in to comment.