mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore: remove banner
This commit is contained in:
parent
b9a947aa2f
commit
be71d77511
2 changed files with 1 additions and 21 deletions
|
@ -22,15 +22,6 @@
|
|||
margin: 2rem;
|
||||
}
|
||||
|
||||
&--node-congress-banner {
|
||||
margin: 2rem;
|
||||
background-color: #061a38;
|
||||
padding: 1rem;
|
||||
p {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
&--title {
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
@ -43,18 +43,7 @@ const Header = (): React.ReactElement => {
|
|||
command="npm install --global verdaccio"
|
||||
alt={translate({ message: 'NPM command to install Verdaccio' })}
|
||||
/>
|
||||
</div>
|
||||
<div className={styles['header--node-congress-banner']}>
|
||||
<a href="https://nodecongress.com/" target="_blank">
|
||||
<p>Don't miss the next <b>online and free</b> Verdaccio talk at Node Congress 2022
|
||||
<br/>
|
||||
18th February, 18:15 - 19:15 (CET)
|
||||
<br/>
|
||||
<b>"Five Ways of Taking Advantage of Verdaccio, Your Private and Proxy Node.js Registry"</b>
|
||||
</p>
|
||||
<img src="https://cdn.verdaccio.dev/website/node-congress.svg" width="200px"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles['header--absolute-links']}>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue