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

Commit 7542770

Browse files
author
dpatanin
committed
reduce scanner description
1 parent 3bc04b0 commit 7542770

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/pages/scanner/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Scanner = props => {
3939
{edge.node.frontmatter.title}
4040
</h2>
4141
<div className="feature-content">
42-
<p>{edge.node.excerpt}</p>
42+
<p>{edge.node.frontmatter.usecase}</p>
4343
</div>
4444
</div>
4545
</Link>
@@ -64,8 +64,8 @@ export const query = graphql`
6464
title
6565
path
6666
category
67+
usecase
6768
}
68-
excerpt
6969
}
7070
}
7171
}

src/scss/components/_feature.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
&:hover {
107107
margin-top: -1px;
108108
margin-bottom: 1px;
109-
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
109+
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
110+
border-color: $iteragenta;
110111
text-decoration: none;
111112
}
112113
}

0 commit comments

Comments
 (0)