Skip to content

Commit aed8184

Browse files
committedJan 11, 2022
Improve SEO. Add title for image
1 parent 9fabb26 commit aed8184

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎components/About/About.js

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function About(props, ref) {
164164
</div>
165165
<div className="about-hero">
166166
<Image
167+
title="Akim Benchiha"
167168
src={akimHero}
168169
loading="lazy"
169170
layout="responsive"

‎components/Something/Something.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function Something() {
88
<a aria-label="Give feedback">
99
<SomethingContainer>
1010
<div className="something-bubble">
11-
Psst... Yes you ! Come over here. I have something for you related
12-
to Ethereum.
11+
Psst... Yes you ! Come over here. I have something related to
12+
Ethereum.
1313
</div>
1414
<BitmojiContainer>
1515
<Image

‎components/Something/Something.styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const SomethingContainer = styled.div`
2828
padding: 10px;
2929
box-shadow: 0 -0.25vmin, 0 0.125vmin;
3030
z-index: 10;
31-
font-size: 0.7rem;
31+
font-size: 0.65rem;
3232
transition: ${transitionAll};
3333
&:before {
3434
content: "";

1 commit comments

Comments
 (1)
Please sign in to comment.