diff options
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx index c2c1f86..d6428a1 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -57,6 +57,21 @@ function Content() { }} > <h2>Bazzite Release Notes</h2> + <button + style={{ + padding: "10px 20px", + marginBottom: "15px", + backgroundColor: "#0078D7", + color: "#ffffff", + border: "none", + borderRadius: "5px", + cursor: "pointer", + fontSize: "16px", + }} + onClick={() => window.open("https://github.com/ublue-os/bazzite/releases", "_blank")} + > + View All Release Notes + </button> {error ? ( <p style={{ color: "red" }} aria-live="polite"> {error} |
