mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
fix: update pricing table link (#7402)
## Summary Update to https://docs.comfy.org/tutorials/partner-nodes/pricing -- actual link to the pricing table (before was sending to just the Partner Nodes docs). ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7402-fix-update-pricing-table-link-2c76d73d365081f2b890ee6887c0314e) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -248,7 +248,7 @@ describe('CurrentUserPopover', () => {
|
||||
|
||||
// Verify window.open was called with the correct URL
|
||||
expect(window.open).toHaveBeenCalledWith(
|
||||
'https://docs.comfy.org/tutorials/api-nodes/overview#api-nodes',
|
||||
'https://docs.comfy.org/tutorials/partner-nodes/pricing',
|
||||
'_blank'
|
||||
)
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ const handleTopUp = () => {
|
||||
|
||||
const handleOpenPartnerNodesInfo = () => {
|
||||
window.open(
|
||||
buildDocsUrl('/tutorials/api-nodes/overview#api-nodes', {
|
||||
buildDocsUrl('/tutorials/partner-nodes/pricing', {
|
||||
includeLocale: true
|
||||
}),
|
||||
'_blank'
|
||||
|
||||
Reference in New Issue
Block a user