Skip to content

Commit c2e5053

Browse files
authored
Merge pull request #979 from ethereum-optimism/fix-link
Enable same-page navigation
2 parents ade4206 + 80cdbf8 commit c2e5053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const config: DocsThemeConfig = {
3131
banner: {
3232
key: 'viem/op-stack',
3333
text: (
34-
<a href="/builders/notices/sdk-deprecation" target="_blank">
34+
<a href="/builders/notices/sdk-deprecation">
3535
🎉 We are deprecating the Optimism SDK and migrating all tutorials to use viem/op-stack. Read more →
3636
</a>
3737
)

0 commit comments

Comments
 (0)