We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc6a9c commit 37a9102Copy full SHA for 37a9102
lib/components/profile-links.jsx
@@ -34,7 +34,7 @@ const ProfileLinks = () => {
34
color: ${theme.palette.accents_6};
35
text-transform: uppercase;
36
font-size: 0.8rem;
37
- margin-right: ${theme.layout.gapHalf};
+ padding: ${theme.layout.gapQuarter};
38
}
39
40
.link :global(a:hover) {
lib/components/profile.jsx
@@ -19,7 +19,7 @@ const Profile = React.memo(({}) => {
19
<Row align="bottom" className="user">
20
<NextLink href="/" passHref>
21
<Link>
22
- <User src="/assets/avatar.png" name={Configs.author}>
+ <User src="/assets/avatar.png" name={Configs.author} altText="avatar">
23
{Configs.summary}
24
</User>
25
</Link>
0 commit comments