Skip to content

Commit d1bc775

Browse files
authored
Fix Favicon (#33)
1 parent 856e6ad commit d1bc775

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ should take you to the settings area to allow installation if not already enable
9999
- Image Effects; Blur, Grayscale, etc.
100100
- JSON Result Parser with Custom keys.
101101

102-
[Submit a Feature Request](https://github.com/cssnr/remote-wallpaper-android/issues/new?template=1-feature.yaml)
102+
[![Request Feature](https://img.shields.io/badge/request_feature-brightgreen?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/cssnr/remote-wallpaper-android/issues/new?template=1-feature.yaml)
103103

104104
### Known Issues
105105

106106
- The wallpaper cropping may not work as expected.
107107
- Updates are done on intervals, not at specific times.
108108

109-
[Open an Issue](https://github.com/cssnr/remote-wallpaper-android/issues)
109+
[![Report Issue](https://img.shields.io/badge/report_issue-red?style=for-the-badge&logo=southwestairlines&logoColor=white)](https://github.com/cssnr/remote-wallpaper-android/issues)
110110

111111
## Screenshots
112112

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base.html" %} {% block site_meta %} {{ super() }} {% set path =
2-
'/cssnr/remote-wallpaper-android' %}
2+
'/remote-wallpaper-android' %}
33

44
<meta name="theme-color" content="#0B0C0F" />
55

0 commit comments

Comments
 (0)