File tree 1 file changed +3
-4
lines changed
apps/remix/app/components
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Link } from "@remix-run/react" ;
2
2
import { VmailLogo } from "./icons/vmail" ;
3
3
import { useTranslation } from "react-i18next" ;
4
- import Follow from "./icons/Follow" ;
5
4
6
5
export default function Header ( ) {
7
6
const { t } = useTranslation ( ) ;
@@ -40,9 +39,9 @@ export default function Header() {
40
39
viewBox = "0 0 24 24"
41
40
fill = "none"
42
41
stroke = "currentColor"
43
- stroke-width = "2"
44
- stroke-linecap = "round"
45
- stroke-linejoin = "round"
42
+ strokeWidth = "2"
43
+ strokeLinecap = "round"
44
+ strokeLinejoin = "round"
46
45
className = "mb-[1px]" >
47
46
< path d = "M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" > </ path >
48
47
</ svg >
You can’t perform that action at this time.
0 commit comments