Skip to content

Commit

Permalink
final commit hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhillragesh committed Jan 3, 2024
1 parent 21305ed commit e456d72
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/join/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const JoinUsPage: React.FC = () => {
<Link href="https://github.com/sourceguidehq">
<Button> <Github className="mr-2 h-5 w-5" />Contribute Now</Button>
</Link>
<a href="DISCORD_INVITE_LINK" target="_blank" rel="noreferrer">
<a href="https://discord.gg/t3Gzz9bF" target="_blank" rel="noreferrer">
<Button> <Gamepad2 className="mr-2 h-5 w-5" /> Join Discord Server</Button>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions comps/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Footer: React.FC = () => {
<ul className="text-gray-500 dark:text-gray-400 font-medium flex space-x-4 justify-center">
<li>
<a
href="LINKEDIN_PROFILE_LINK"
href="https://www.linkedin.com/company/sourceguide"
className="hover:text-gray-900 dark:hover:text-white"
>
<LinkedInLogoIcon className="w-5 h-5" />
Expand All @@ -57,7 +57,7 @@ const Footer: React.FC = () => {
</li>
<li>
<a
href="DISCORD_INVITE_LINK"
href="https://discord.gg/t3Gzz9bF"
className="hover:text-gray-900 dark:hover:text-white"
>
<DiscordLogoIcon className="w-5 h-5" />
Expand Down
12 changes: 11 additions & 1 deletion public/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"org": "CGAL",
"language": "c++",
"language": "C++",
"label": "good+first+issue"
},
{
Expand All @@ -63,6 +63,16 @@
"org": "dbpedia",
"language": "java",
"label": "good+first+issue"
},
{
"org": "git",
"language": "C",
"label": "good+first+issue"
},
{
"org": "OpenChemistry",
"language": "python",
"label": "good+first+issue"
}


Expand Down

0 comments on commit e456d72

Please sign in to comment.