diff options
Diffstat (limited to 'docs/components/logos')
| -rw-r--r-- | docs/components/logos/HydroRoll.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/logos/HydroRoll.tsx b/docs/components/logos/HydroRoll.tsx index 73b2e63..c45677c 100644 --- a/docs/components/logos/HydroRoll.tsx +++ b/docs/components/logos/HydroRoll.tsx @@ -1,4 +1,4 @@ -const HydroRoll = ({ height = 20 }: { height?: number }) => ( +const HydroRoll = ({ height = }: { height?: number }) => ( <svg height={height} viewBox="0 0 283 64" fill="none"> <title>HydroRoll</title> <path |
