Skip to content

Commit

Permalink
about: make links match
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn authored Jun 8, 2023
1 parent 51c39dc commit fe628d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/preferences/about-system/AboutSystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const AboutSystem = () => {
<>
<p className="text-orange-500">Your runtime version is {vereVersion}, the latest runtime version is {latestVereVersion}.</p>
<p className="text-orange-500">
<a className="text-blue-500" href="https://operators.urbit.org/manual/os/updates#runtime-updates">Update your runtime </a>
<a className="text-blue-500 font-bold" href="https://operators.urbit.org/manual/os/updates#runtime-updates">Update your runtime </a>
or contact your hosting provider.</p>
</>
}
Expand Down

0 comments on commit fe628d8

Please sign in to comment.