update the logo for the readme

This commit is contained in:
lone-cloud 2026-02-19 01:29:57 -08:00
parent fa614b1943
commit f9328fd33b
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<img src="app/src/main/prism.webp" alt="Prism Icon" width="120" height="120" /> <img src="app/src/main/prism.webp" alt="Prism Icon" width="160" height="160" />
# Prism # Prism

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -23,7 +23,7 @@
<string name="settings">Settings</string> <string name="settings">Settings</string>
<string name="push_service_title">Push Service</string> <string name="push_service_title">Push Service</string>
<string name="push_service_description">Set the push server URL. Default is Mozilla, or use your own compatible self-hosted service.</string> <string name="push_service_description">Set the push server URL. Default is Mozilla, or use your own compatible self-hosted service.</string>
<string name="push_service_crowd_blending_warning">Warning: changing from the default Mozilla server may reduce crowd blending.</string> <string name="push_service_crowd_blending_warning">Warning: switching from Mozilla may reduce traffic crowd blending.</string>
<string name="push_service_url_label">Push service URL</string> <string name="push_service_url_label">Push service URL</string>
<string name="push_service_url_placeholder">https://push.example.com</string> <string name="push_service_url_placeholder">https://push.example.com</string>
<string name="push_service_save_button">Save</string> <string name="push_service_save_button">Save</string>