Skip to content

Commit 6750a28

Browse files
committed
corrected wyzie api-key tutorial URL
1 parent f275826 commit 6750a28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/SettingsPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,14 +2089,14 @@ function SubtitleSettingsSection() {
20892089
display: "inline",
20902090
padding: 0,
20912091
fontSize: 12,
2092-
color: "var(--accent)",
2092+
color: "var(--red)",
20932093
background: "none",
20942094
border: "none",
20952095
cursor: "pointer",
20962096
}}
20972097
onClick={() =>
20982098
window.electron?.openExternal(
2099-
"https://github.com/truelockmc/streambert/wyzie-tutorial.md",
2099+
"https://codeberg.org/truelockmc/streambert/src/branch/main/wyzie-tutorial.md",
21002100
)
21012101
}
21022102
>

0 commit comments

Comments
 (0)