Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

fix: styles on the version select page #274

Merged
merged 2 commits into from
Aug 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function setAppVersion (arch, version) {
function getAppVersions (isRooted) {
document.getElementsByTagName('header')[0].innerHTML = `
<h1>Select the version you want to download</h1>
Versions marked as beta might have bugs or be unstable, unless marked as recommended
<span>Versions marked as beta might have bugs or be unstable, unless marked as recommended<span>
${
isRooted
? "<span><strong>You are building rooted ReVanced</strong>, you'll need to download the version matching with your YouTube version.<br>(You'll also need YouTube installed)<br>If you didn't intend on doing a rooted build, include all \"Root required to exclude\" patches<span>"
Expand Down