File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/components/generative Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1+ "use no memo" ;
12import React from "react" ;
23
34/**
@@ -108,7 +109,6 @@ const OllamaSVG = ({ height }: { height: number }) => (
108109 fill = "currentColor"
109110 fillRule = "evenodd"
110111 height = { height }
111- style = { { flex : "none" , lineHeight : 1 } }
112112 viewBox = "0 0 24 24"
113113 width = { height }
114114 xmlns = "http://www.w3.org/2000/svg"
@@ -119,10 +119,9 @@ const OllamaSVG = ({ height }: { height: number }) => (
119119) ;
120120const BedrockSVG = ( { height } : { height : number } ) => (
121121 < svg
122- height = { height }
123- style = { { flex : "none" , lineHeight : 1 } }
124122 viewBox = "0 0 24 24"
125123 width = { height }
124+ height = { height }
126125 xmlns = "http://www.w3.org/2000/svg"
127126 >
128127 < title > Bedrock</ title >
You can’t perform that action at this time.
0 commit comments