Skip to content

Commit

Permalink
Updated Langfuse and LLMonitor logos
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekshankr committed Dec 19, 2023
1 parent 7d0935c commit 0842937
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/ui/src/assets/images/langfuse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/ui/src/assets/images/lunary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions packages/ui/src/ui-component/dialog/AnalyseFlowDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import { SwitchInput } from 'ui-component/switch/Switch'
import { Input } from 'ui-component/input/Input'
import { StyledButton } from 'ui-component/button/StyledButton'
import langsmithPNG from 'assets/images/langchain.png'
import langfusePNG from 'assets/images/langfuse.png'
import llmonitorPNG from 'assets/images/llmonitor.png'
import langfuseSVG from 'assets/images/langfuse.svg'
import llmonitorSVG from 'assets/images/lunary.svg'

// store
import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from 'store/actions'
Expand Down Expand Up @@ -72,7 +72,7 @@ const analyticProviders = [
{
label: 'LangFuse',
name: 'langFuse',
icon: langfusePNG,
icon: langfuseSVG,
url: 'https://langfuse.com',
inputs: [
{
Expand All @@ -99,7 +99,7 @@ const analyticProviders = [
{
label: 'LLMonitor',
name: 'llmonitor',
icon: llmonitorPNG,
icon: llmonitorSVG,
url: 'https://llmonitor.com',
inputs: [
{
Expand Down

0 comments on commit 0842937

Please sign in to comment.