diff options
Diffstat (limited to 'src/Logo.tsx')
-rw-r--r-- | src/Logo.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Logo.tsx b/src/Logo.tsx index a4036a9..d6abb46 100644 --- a/src/Logo.tsx +++ b/src/Logo.tsx @@ -1,5 +1,5 @@ import React from 'react'; -export default (props) => +export default (props: {style: {[key: string]: string | number }}) => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98.905998 93.557997" |