Skip to content

Commit

Permalink
Remove 'barrier of entry' coming soon and contact website for all gui…
Browse files Browse the repository at this point in the history
…ld cards
  • Loading branch information
Innkeeping authored and dysbulic committed Jun 24, 2024
1 parent 4c7e7dc commit 6cd8fd3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/web/components/Guild/GuildTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@ export const GuildTile: React.FC<Props> = ({ guild }) => (
)}
</VStack>
</Flex>

<Box>
<Flex justifyContent="space-between">
<VStack spacing={1} align="stretch">
<Text textStyle="caption">Barrier of Entry</Text>
<Text fontStyle="italic">Coming soon…</Text>
</VStack>
<VStack spacing={1} align="stretch">
<Text textStyle="caption">Contact</Text>
<GuildLinksSmall {...{ guild }} />
</VStack>
</Flex>
</Box>
</MetaTileBody>
</MetaTile>
</Link>
Expand Down

0 comments on commit 6cd8fd3

Please sign in to comment.