Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon pwa not found #3068

Closed
dadeke opened this issue Oct 11, 2023 · 1 comment
Closed

Icon pwa not found #3068

dadeke opened this issue Oct 11, 2023 · 1 comment
Labels
Milestone

Comments

@dadeke
Copy link
Contributor

dadeke commented Oct 11, 2023

Akaunting version

3.1.2

PHP version

8.1.17

Operating system

Rocky Linux 9.1

Steps to reproduce

Icon pwa 404 not found

https://app.akaunting.com/public/img/pwa/akaunting-512x512.png

Expected result

Found

https://app.akaunting.com/public/img/pwa/icon-512x512.png

Actual result

Lines 10 and 16:

<link rel="icon" sizes="512x512" href="{{ asset('public/img/pwa/akaunting-512x512.png') }}">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#ffffff">
<meta name="apple-mobile-web-app-title" content="{{ config('app.name') }}">
<link rel="apple-touch-icon" href="{{ asset('public/img/pwa/akaunting-512x512.png') }}">

It needs change akaunting-512x512.png to icon-512x512.png or rename file. 👨‍💻

Additional comments

Can I submit a pull request? 🙂

Relevant log output

No response

@cuneytsenturk cuneytsenturk added this to the 3.1.3 milestone Oct 31, 2023
@cuneytsenturk
Copy link
Member

Thank your feedback @dadeke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants