Skip to content

Commit

Permalink
add link to download ModManager in Alert module
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanideankst committed Nov 17, 2023
1 parent 98c2fa2 commit b225c69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
flex-direction: row;
gap: 1.5rem;
}

.alertLink {
color: #e7f5fe;
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ export function PackageVersions() {
<div>
<Alert
content={
"Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead."
<span>
Please note that the install buttons only work if you have
compatible client software installed, such as the{" "}
<a
href="https://www.overwolf.com/app/Thunderstore-Thunderstore_Mod_Manager"
className={styles.alertLink}
>
Thunderstore Mod Manager.
</a>{" "}
Otherwise use the zip download links instead.
</span>
}
variant={"info"}
icon={<FontAwesomeIcon icon={faCircleExclamation} />}
Expand Down

0 comments on commit b225c69

Please sign in to comment.