Skip to content

Commit

Permalink
newsletter-btns-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SURAJ-SHARMA27 committed Apr 10, 2024
1 parent 3492a31 commit 2e97fa5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/shared/components/rightbar/RightBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,24 @@ export default class RightBar extends React.Component<
<div>
<div style={{ paddingTop: 5 }}>
<p style={{ textAlign: 'center' }}>
Sign up for low-volume email news alerts
Read the latest cBioPortal Newsletter!
Subscribe via:
</p>
<a
target="_blank"
className="btn btn-default btn-sm"
href="http://groups.google.com/group/cbioportal-news/boxsubscribe"
style={{ width: '100%' }}
href="https://www.linkedin.com/pulse/april-update-hello-cbioportal-community-cbioportal-22vle/"
style={{ width: '49%', marginRight: '3px' }}
>
Subscribe
LinkedIn
</a>
<a
target="_blank"
className="btn btn-default btn-sm"
href="https://groups.google.com/g/cbioportal-news"
style={{ width: '50%' }}
>
Google Groups
</a>
</div>
</div>
Expand Down

0 comments on commit 2e97fa5

Please sign in to comment.