mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
update
This commit is contained in:
parent
699a0e96ed
commit
8ff8869f05
2 changed files with 11 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue