Skip to content

Commit

Permalink
Merge pull request #435 from Chia-Network/discord-inclusion
Browse files Browse the repository at this point in the history
add discord to homepage
  • Loading branch information
BrandtH22 authored Dec 7, 2023
2 parents 5c48f32 + a73a5e8 commit f7c2c93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ const FeatureList = [
<>Frequently asked questions about Chia Network Inc., the company.</>
),
},
{
title: 'Chia Discord Server',
Svg: require('@site/static/svg/discord-icon.svg').default,
dest_url: 'https://discord.gg/chia',
description: (
<>Chia Official discord server, join for support and to interact with the community.</>
),
},
];

function Feature({ Svg, title, description, dest_url }) {
Expand Down
1 change: 1 addition & 0 deletions static/svg/discord-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7c2c93

Please sign in to comment.