Skip to content

Commit ba0b0bd

Browse files
committed
working for now
1 parent 378c31c commit ba0b0bd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/cards/StackCard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const StackCard = ({ Title, className, url, linkURL }) => (
1616
rel="noopener noreferrer"
1717
href={linkURL}
1818
>
19-
<img src={NewTab} className="mb-3" alt="new_tab_icon" />
20-
<BodyOne className="mb-3">Docs</BodyOne>
19+
<img src={NewTab} alt="new_tab_icon" />
20+
<BodyOne>Docs</BodyOne>
2121
</a>
2222
</div>
2323
</div>

src/images/Upload.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)