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 2711195 commit 9cb6606Copy full SHA for 9cb6606
src/components/Footer.js
@@ -3,8 +3,8 @@ import React from 'react';
3
function Footer() {
4
return (
5
<div className="footer flex justify-between">
6
- <div className="text-sm text-gray-800">
7
- Copyright © 2020 S. Meijer and contributors
+ <div className="text-xs text-gray-800">
+ Copyright © 2020 Stephan Meijer & Contributors
8
</div>
9
<div className="flex space-x-4">
10
<a
@@ -35,7 +35,6 @@ function Footer() {
35
className="github-button"
36
href="https://github.com/smeijer/testing-playground"
37
data-icon="octicon-star"
38
- data-show-count="true"
39
aria-label="Star smeijer/testing-playground on GitHub"
40
>
41
Star
0 commit comments