Skip to content

Commit 4f77532

Browse files
authored
Merge pull request #148 from mohak852/source
fixed the slack link
2 parents abc1dc9 + fe71dbe commit 4f77532

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/components/Navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Navbar extends Component {
88
render() {
99
return (
1010
<div className="topnav">
11-
<a href="https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM" target="_blank" rel="noopener noreferrer">
11+
<a href="https://join.slack.com/t/firstcontributors/shared_invite/zt-hfcq788y-QaXzXT5clBBWukXQyBhH4w" target="_blank" rel="noopener noreferrer">
1212
<img src={slack} className="logo" alt="slack logo" />
1313
<span>Slack</span>
1414
</a>

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ const projectList = [
1111
projectLink: 'https://github.com/facebook/react-native/contribute',
1212
description: 'A framework for building native apps with React.',
1313
tags: ['JavaScript', 'React', 'React Native', 'Mobile App'],
14+
},
15+
{
16+
name: 'Typescript',
17+
imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/1200px-Typescript_logo_2020.svg.png',
18+
projectLink: 'https://github.com/microsoft/TypeScript',
19+
description: 'TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript.',
20+
tags: ['TypeScript', 'JavaScript'],
1421
}, {
1522
name: 'Darktable',
1623
imageSrc: 'https://raw.githubusercontent.com/darktable-org/darktable/master/data/pixmaps/idbutton.png',

0 commit comments

Comments
 (0)