Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions contributors/src/components/dev-team-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ export default function DevTeamSection() {
<Text span>Author of Rail Map Painter</Text>
</Flex>
</Card>
<Card
component="a"
className={classes['dev-card']}
href="https://github.com/xhcminecraft"
target="_blank"
withBorder
>
<Avatar src="https://github.com/xhcminecraft.png" size="lg" />
<Flex>
<Title order={3}>xhcminecraft</Title>
<Text span>Author of Rail Sign Generator</Text>
</Flex>
</Card>
</RMSectionBody>
</RMSection>
);
Expand Down
Loading