Skip to content

Commit

Permalink
Prevent connector page internal link to open new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Nov 1, 2024
1 parent cd16a51 commit 2506ae7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/templates/connector/Pipelines/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ const Pipelines = () => {
<TableWrapper>
<Description>Feature Comparison</Description>
<PipelinesTable />
<Button
target="_blank"
href="/etl-tools/estuary-vs-fivetran/"
>
<Button href="/etl-tools/estuary-vs-fivetran/">
Detailed Comparison
</Button>
</TableWrapper>
Expand Down

0 comments on commit 2506ae7

Please sign in to comment.