Skip to content

Commit

Permalink
chore: remove old links (#5016)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Nov 28, 2023
1 parent b29fd48 commit 338e773
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/doc-ui/src/components/Community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ const communityUrls = [
{
url: 'https://sap.github.io/fundamental-ngx/',
title: <>Fundamental Library for <strong>Angular</strong></>
},
{
url: 'https://sap.github.io/fundamental-react/',
title: <>Fundamental Library for <strong>React</strong></>
},
{
url: 'https://sap.github.io/fundamental-vue/',
title: <>Fundamental Library for <strong>Vue</strong></>
}
];

Expand All @@ -36,18 +28,14 @@ const Community = () => {
<a href='https://github.com/sap/fundamental-styles' target='_blank' rel="noreferrer"><img
src='./assets/github.png' alt='github logo'/>github.com/sap/fundamental-styles</a>
</li>
<li>
<a href='https://twitter.com/fundamental_lib' target='_blank' rel="noreferrer"><img
src='./assets/twitter.png' alt='twitter logo'/>twitter.com/fundamental_lib</a>
</li>
<li>
<a href='https://join.slack.com/t/ui-fundamentals/shared_invite/enQtNTIzOTU0Mzc2NTc5LWQzZWI5MWFhYjE5OTc4YzliN2JhOTc1ZjQxZTg1YjZiMWZiYzRkNjMwYzgyMmFkYmNhZDVjMWE5MDIzOWEzMmM'
target='_blank' rel="noreferrer">
<img src='./assets/slack.png' alt='slack logo'/>ui-fundamentals-slack.com</a>
</li>
<li>
<a href='https://linkedin.com/company/sap-graph/' target='_blank' rel="noreferrer">
<img src='./assets/linkedin.png' alt='linkedin logo'/>
<img src='./assets/linkedin.png' alt='linkedin logo'/>Linkedin
</a>
</li>
</ul>
Expand Down

0 comments on commit 338e773

Please sign in to comment.