Skip to content

Commit

Permalink
Fixed #128
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Aug 30, 2023
1 parent 36b569a commit d220295
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/containers/settings/ProFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,14 @@ export default class ProFeatures extends ApiComponent<
}}
title={
<div style={{}}>
<b>CapRover PRO</b>&nbsp;&nbsp;
<a
href="https://pro.caprover.com"
target="_blank"
rel="noreferrer"
>
<b>CapRover PRO</b>
</a>
&nbsp;&nbsp;
<CrownTwoTone twoToneColor="#c27b00" />
</div>
}
Expand Down

0 comments on commit d220295

Please sign in to comment.