This commit is contained in:
tapframe 2025-09-15 22:51:28 +05:30
parent 699a0e96ed
commit 8ff8869f05
2 changed files with 11 additions and 2 deletions

View file

@ -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)

View file

@ -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 @@
</div>
<p>Built with ❤️ using React Native & Expo</p>
<div class="footer-links">
<a href="https://discord.gg/6w8dr3TSDN" class="github-link" target="_blank">
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d7f4ef6498ac018f2c55_Symbol.svg" alt="Discord" class="github-logo">
Discord
</a>
<a href="https://github.com/tapframe/NuvioStreaming" class="github-link">
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" alt="GitHub" class="github-logo">
GitHub