Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fix:removed unused css style
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcWebCode40 committed Aug 27, 2022
1 parent 446ffee commit 311321f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions src/components/cards/card.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.communityBannerSvg {
width: 100%;
height: 100%;
}

.contentCardBox {
margin: 0 0.5rem;
Expand Down
7 changes: 1 addition & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,7 @@ export default function Home() {
<CommunityBannerCard
link='https://discord.verida.io'
headerTitle='Join our Discord Community'
icon={
<DiscordLogo
className={styles.communityBannerSvg}
title='DiscordLogo'
/>
}
icon={<DiscordLogo title='DiscordLogo' />}
bodyText={`We would love to hear from you! Let us know what you're building or if you need any assistance getting started.`}
/>
<CommunityBannerCard
Expand Down

0 comments on commit 311321f

Please sign in to comment.