You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/components/FoundTypo.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ const Container = styled.div`
10
10
constFoundTypo=()=>{
11
11
return(
12
12
<Container>
13
-
<p>👀 Found a typo? <ahref='https://github.com/npm/cli/'>Let us know!</a></p>
13
+
<p><spanrole='img'aria-label='eyes-emoji'>👀</span> Found a typo? <ahref='https://github.com/npm/cli/'>Let us know!</a></p>
14
14
<p>The current stable version of npm is <ahref='https://github.com/npm/cli/'>here</a>. To upgrade, run: <codeclassName='language-text'>npm install npm@latest -g</code></p>
15
15
<p>
16
16
To report bugs or submit feature requests for the docs, please post <ahref='https://npm.community/c/support/docs-needed'>here</a>.
Copy file name to clipboardExpand all lines: docs/src/components/home/DarkBlock.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ const DarkBlock = () => {
30
30
<Text>
31
31
<p>The current stable version of npm is <ahref={'https://github.com/npm/cli/releases/latest'}style={aStyle}>available on GitHub.</a></p>
0 commit comments