We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdce923 + 357c5b7 commit abf7537Copy full SHA for abf7537
1 file changed
src/components/Footer.astro
@@ -19,7 +19,7 @@ const currentYear = new Date().getFullYear();
19
<p class='fs-xs lh-loose mt-0.5 mb-2 mx-2'>
20
Website, name & logo © 2017-{currentYear}
21
<a
22
- class='inline-block'
+ class='inline-block ml-1'
23
href={settings.githubOrgUrl}
24
rel='noopener noreferrer nofollow'
25
target='_blank'>{settings.orgName}</a
0 commit comments