Skip to content

Commit 9cb6606

Browse files
committed
chore: update footer
1 parent 2711195 commit 9cb6606

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Footer.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import React from 'react';
33
function Footer() {
44
return (
55
<div className="footer flex justify-between">
6-
<div className="text-sm text-gray-800">
7-
Copyright © 2020 S. Meijer and contributors
6+
<div className="text-xs text-gray-800">
7+
Copyright © 2020 Stephan Meijer & Contributors
88
</div>
99
<div className="flex space-x-4">
1010
<a
@@ -35,7 +35,6 @@ function Footer() {
3535
className="github-button"
3636
href="https://github.com/smeijer/testing-playground"
3737
data-icon="octicon-star"
38-
data-show-count="true"
3938
aria-label="Star smeijer/testing-playground on GitHub"
4039
>
4140
Star

0 commit comments

Comments
 (0)