Skip to content

Commit

Permalink
Update social links for new format, closes #97
Browse files Browse the repository at this point in the history
- Add medium link
- Improve youtube & nspcc links

Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Oct 11, 2023
1 parent 8354376 commit 9b9faf1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ export const App = () => {
alt="neo logo"
/>
</a>
<a className="neospcc" href="https://nspcc.ru/en" target="_blank" rel="noopener noreferrer" style={{ borderRight: '2px solid #003', paddingRight: 20 }}>
<a className="neospcc" href="https://nspcc.io/" target="_blank" rel="noopener noreferrer" style={{ borderRight: '2px solid #003', paddingRight: 20 }}>
<img
src="/img/socials/neo_spcc.svg"
width={37}
Expand All @@ -1466,14 +1466,22 @@ export const App = () => {
alt="twitter logo"
/>
</a>
<a href="https://www.youtube.com/channel/UCAC6lR1bJFv0-O07Nol_p8w" target="_blank" rel="noopener noreferrer">
<a href="https://www.youtube.com/@NeoSPCC" target="_blank" rel="noopener noreferrer">
<img
src="/img/socials/youtube.svg"
width={30}
height={30}
alt="youtube logo"
/>
</a>
<a href="https://neospcc.medium.com/" target="_blank" rel="noopener noreferrer">
<img
src="/img/socials/medium.svg"
width={30}
height={30}
alt="medium logo"
/>
</a>
</div>
<Heading
size={6}
Expand Down

0 comments on commit 9b9faf1

Please sign in to comment.