Update changing-package-visibility.mdx

Fix inconsistent markup for “Note: …” blocks

Zearin committed Jul 16, 2023 at 10:48 UTC 68932b73469dbeff88eb613db9c415e4e11b5d04
1 file changed +3 -3
content/packages-and-modules/updating-and-managing-your-published-packages/changing-package-visibility.mdx
+3 -3
@@ -43,11 +43,11 @@ For more information, see the <a href="https://docs.npmjs.com/cli-documentation/
43
44 ## Making a private package public
45
46 -<div class="note">
46 +<Note>
47
48 -<span class="bold">Note:</span> When you make a private package public, the package will be visible to and downloadable by all npm users.
48 +**Note:** When you make a private package public, the package will be visible to and downloadable by all npm users.
49
50 -</div>
50 +</Note>
51
52 ### Using the website
53