lint and format

This commit is contained in:
Timothy
2021-01-12 23:35:36 +08:00
parent 126e30393b
commit f5b68672eb
24 changed files with 1740 additions and 78 deletions

View File

@@ -21,7 +21,7 @@ const SocialIcon = ({ kind, href, size = 8 }) => {
return (
<a
className="text-sm text-gray-500 hover:text-gray-600 transition"
className="text-sm text-gray-500 transition hover:text-gray-600"
target="_blank"
rel="noopener noreferrer"
href={href}