Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 67ef13b

Browse files
author
dpatanin
committed
add icons for persistence provider
1 parent 7c90b20 commit 67ef13b

12 files changed

Lines changed: 241 additions & 8 deletions

File tree

src/pages/integrations/index.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Integrations = props => {
4242
<img
4343
className="scanner-icon"
4444
src={withPrefix(
45-
"/scannerIcons/" + edge.node.frontmatter.title + ".svg"
45+
"/integrationIcons/" + edge.node.frontmatter.title + ".svg"
4646
)}
4747
alt="scanner icon"
4848
></img>
@@ -78,14 +78,13 @@ const Integrations = props => {
7878
<Link to={edge.node.frontmatter.path}>
7979
<div className="feature hoverable">
8080
<div className="feature-scanner-icon">
81-
{/* <img
81+
<img
8282
className="scanner-icon"
8383
src={withPrefix(
84-
"/scannerIcons/" + edge.node.frontmatter.title + ".svg"
84+
"/integrationIcons/" + edge.node.frontmatter.title + ".svg"
8585
)}
86-
alt="scanner icon"
87-
></img> */}
88-
86+
alt="persistence provider icon"
87+
></img>
8988
</div>
9089
<h2 className="feature-title">
9190
{edge.node.frontmatter.title}

src/scss/components/_feature.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@
5656
align-items: center;
5757
height: 80%;
5858
img.scanner-icon {
59-
width: 40px;
60-
height: auto;
59+
width: 80px;
60+
height: 40px;
61+
padding-left: 20px;
62+
padding-right: 20px;
6163
margin-bottom: 10px;
6264
}
6365
img.release {
Lines changed: 91 additions & 0 deletions
Loading
Lines changed: 141 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)