diff --git a/README.md b/README.md index 956727d..fabb25a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ --- -## Beta Release -This application is currently in beta. Please report any issues you encounter. +## Stable Release +Nuvio is now available as a stable release! Version 1.0.0 brings all major features from the beta phase, refined and optimized for the best user experience. [Download Latest Release](https://github.com/tapframe/NuvioStreaming/tags) diff --git a/index.html b/index.html index 76e7649..4943079 100644 --- a/index.html +++ b/index.html @@ -1369,6 +1369,11 @@ filter: invert(1); } + /* Discord icon styling to make it white */ + .footer-links a[href*="discord"] .github-logo { + filter: brightness(0) invert(1); + } + @media (max-width: 768px) { .credits-grid { gap: 2rem; @@ -1824,6 +1829,10 @@

Built with ❤️ using React Native & Expo