Skip to content

Commit

Permalink
update subscription price url (#6162)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace authored Jun 4, 2024
1 parent 34397e1 commit bf4993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class Subscription extends Component {
<div id="product-price" className="subscription-info">
<h3 className="subscription-info-heading">{'云服务付费方案'}</h3>
<p className="mb-2">
<a rel="noopener noreferrer" target="_blank" href="https://www.seafile.com/product/private_server/">{'查看详情'}</a>
<a rel="noopener noreferrer" target="_blank" href="https://www.seafile.com/seafile-docs/home/">{'查看详情'}</a>
</p>
</div>
{paymentTypeList.map((item, index) => {
Expand Down

0 comments on commit bf4993f

Please sign in to comment.