From 02cbd054514e80d9ecd76d714d008a5cec8f6bac Mon Sep 17 00:00:00 2001
From: Hugo Lopes <hugo.lopes@present-technologies.com>
Date: Thu, 28 Jan 2021 15:42:35 +0000
Subject: [PATCH] Remove duplicated css rules. Fix invalid JSX props.

---
 assets/base.css  |  2 --
 pages/search.tsx | 12 ++++++------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/assets/base.css b/assets/base.css
index 781ebe0ac..f854065ba 100644
--- a/assets/base.css
+++ b/assets/base.css
@@ -102,8 +102,6 @@ a {
 }
 
 .animated {
-  -webkit-animation-duration: 1s;
-  animation-duration: 1s;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
diff --git a/pages/search.tsx b/pages/search.tsx
index 5110aba55..88a6354cd 100644
--- a/pages/search.tsx
+++ b/pages/search.tsx
@@ -106,9 +106,9 @@ export default function Search({
                     fill="currentColor"
                   >
                     <path
-                      fill-rule="evenodd"
+                      fillRule="evenodd"
                       d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
-                      clip-rule="evenodd"
+                      clipRule="evenodd"
                     />
                   </svg>
                 </button>
@@ -205,9 +205,9 @@ export default function Search({
                     fill="currentColor"
                   >
                     <path
-                      fill-rule="evenodd"
+                      fillRule="evenodd"
                       d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
-                      clip-rule="evenodd"
+                      clipRule="evenodd"
                     />
                   </svg>
                 </button>
@@ -378,9 +378,9 @@ export default function Search({
                     fill="currentColor"
                   >
                     <path
-                      fill-rule="evenodd"
+                      fillRule="evenodd"
                       d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
-                      clip-rule="evenodd"
+                      clipRule="evenodd"
                     />
                   </svg>
                 </button>