Skip to content

Commit e5219e5

Browse files
prakriti-solankeykartikpersistent
authored andcommitted
view graph
1 parent 3b6ca5b commit e5219e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

frontend/src/components/ChatBot/ChunkInfo.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
7575
label='Graph view'
7676
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
7777
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
78-
>{'Graph'}
78+
>{'View Graph'}
7979
</TextLink>
8080
</div>
8181
</>
@@ -103,7 +103,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
103103
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
104104
label='Graph view'
105105
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
106-
>{'Graph'}
106+
>{'View Graph'}
107107
</TextLink>
108108
</div>
109109
</>
@@ -126,7 +126,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
126126
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
127127
label='Graph view'
128128
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
129-
>{'Graph'}
129+
>{'View Graph'}
130130
</TextLink>
131131
</div>
132132
</>
@@ -149,7 +149,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
149149
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
150150
label='Graph view'
151151
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
152-
>{'Graph'}
152+
>{'View Graph'}
153153
</TextLink>
154154
</div>
155155
</>
@@ -172,7 +172,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
172172
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
173173
label='Graph view'
174174
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
175-
>{'Graph'}
175+
>{'View Graph'}
176176
</TextLink>
177177
</div>
178178
</>
@@ -199,7 +199,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
199199
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
200200
label='Graph view'
201201
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
202-
>{'Graph'}
202+
>{'View Graph'}
203203
</TextLink>
204204
</div>
205205
</>
@@ -231,7 +231,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
231231
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
232232
label='Graph view'
233233
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
234-
>{'Graph'}
234+
>{'View Graph'}
235235
</TextLink>
236236
</div>
237237
</>

0 commit comments

Comments
 (0)