Skip to content

Commit 4e0d863

Browse files
committed
update llamaai logo
1 parent d9ca707 commit 4e0d863

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed
Lines changed: 4 additions & 4 deletions
Loading

src/components/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const Desktop = () => {
265265
className="mr-auto hidden items-center justify-between gap-[10px] rounded-md bg-[linear-gradient(93.94deg,#FDE0A9_24.73%,#FBEDCB_57.42%,#FDE0A9_99.73%)] px-4 py-2 text-xs font-semibold text-black shadow-[0px_0px_30px_0px_rgba(253,224,169,0.5),_0px_0px_1px_2px_rgba(255,255,255,0.1)] lg:flex"
266266
>
267267
<span className="whitespace-nowrap">Ask LlamaAI</span>
268-
<img src="/icons/ask-llama-ai.svg" alt="Ask LlamaAI" className="h-4 w-4 shrink-0 brightness-0" />
268+
<img src="/icons/ask-llamaai.svg" alt="Ask LlamaAI" className="h-4 w-4 shrink-0" />
269269
</BasicLink>
270270
)}
271271
</>

src/containers/LlamaAI/components/ChartRenderer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { CSVDownloadButton } from '~/components/ButtonStyled/CsvButton'
33
import type { IBarChartProps, IChartProps, IPieChartProps, IScatterChartProps } from '~/components/ECharts/types'
44
import { formatTooltipValue } from '~/components/ECharts/useDefaults'
55
import { Icon } from '~/components/Icon'
6-
import { formattedNum } from '~/utils'
76
import type { ChartConfiguration } from '../types'
87
import { adaptChartData, adaptMultiSeriesData } from '../utils/chartAdapter'
98
import { ChartDataTransformer } from '../utils/chartDataTransformer'

0 commit comments

Comments
 (0)