@@ -11,7 +11,6 @@ import {
11
11
CopyPlus ,
12
12
Calendar ,
13
13
Link2Icon ,
14
- RocketIcon ,
15
14
Users2Icon ,
16
15
ArchiveIcon ,
17
16
PaperclipIcon ,
@@ -48,8 +47,8 @@ const IssueLink = ({ activity }: { activity: IIssueActivity }) => {
48
47
rel = { activity . issue === null ? "" : "noopener noreferrer" }
49
48
className = "inline-flex items-center gap-1 font-medium text-custom-text-100 hover:underline"
50
49
>
51
- { activity . issue_detail ? `${ activity . project_detail . identifier } -${ activity . issue_detail . sequence_id } ` : "Issue" }
52
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" / >
50
+ { activity . issue_detail ? `${ activity . project_detail . identifier } -${ activity . issue_detail . sequence_id } ` : "Issue" } { " " }
51
+ < span className = "font-normal" > { activity . issue_detail ?. name } </ span >
53
52
</ a >
54
53
</ Tooltip >
55
54
) ;
@@ -163,7 +162,6 @@ const activityDetails: {
163
162
className = "inline-flex items-center gap-1 font-medium text-custom-text-100 hover:underline"
164
163
>
165
164
attachment
166
- < RocketIcon size = { 12 } color = "#6b7280" />
167
165
</ a >
168
166
{ showIssue && (
169
167
< >
@@ -239,7 +237,6 @@ const activityDetails: {
239
237
className = "inline-flex items-center gap-1 truncate font-medium text-custom-text-100 hover:underline"
240
238
>
241
239
< span className = "truncate" > { activity . new_value } </ span >
242
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" />
243
240
</ a >
244
241
</ >
245
242
) ;
@@ -254,7 +251,6 @@ const activityDetails: {
254
251
className = "inline-flex items-center gap-1 truncate font-medium text-custom-text-100 hover:underline"
255
252
>
256
253
< span className = "truncate" > { activity . new_value } </ span >
257
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" />
258
254
</ a >
259
255
</ >
260
256
) ;
@@ -269,7 +265,6 @@ const activityDetails: {
269
265
className = "inline-flex items-center gap-1 truncate font-medium text-custom-text-100 hover:underline"
270
266
>
271
267
< span className = "truncate" > { activity . old_value } </ span >
272
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" />
273
268
</ a >
274
269
</ >
275
270
) ;
@@ -398,7 +393,6 @@ const activityDetails: {
398
393
className = "inline-flex items-center gap-1 font-medium text-custom-text-100 hover:underline"
399
394
>
400
395
link
401
- < RocketIcon size = { 12 } color = "#6b7280" />
402
396
</ a >
403
397
{ showIssue && (
404
398
< >
@@ -420,7 +414,6 @@ const activityDetails: {
420
414
className = "inline-flex items-center gap-1 font-medium text-custom-text-100 hover:underline"
421
415
>
422
416
link
423
- < RocketIcon size = { 12 } color = "#6b7280" />
424
417
</ a >
425
418
{ showIssue && (
426
419
< >
@@ -442,7 +435,6 @@ const activityDetails: {
442
435
className = "inline-flex items-center gap-1 font-medium text-custom-text-100 hover:underline"
443
436
>
444
437
link
445
- < RocketIcon size = { 12 } color = "#6b7280" />
446
438
</ a >
447
439
{ showIssue && (
448
440
< >
@@ -469,7 +461,6 @@ const activityDetails: {
469
461
className = "inline-flex items-center gap-1 truncate font-medium text-custom-text-100 hover:underline"
470
462
>
471
463
< span className = "truncate" > { activity . new_value } </ span >
472
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" />
473
464
</ a >
474
465
</ >
475
466
) ;
@@ -484,7 +475,6 @@ const activityDetails: {
484
475
className = "inline-flex items-center gap-1 truncate font-medium text-custom-text-100 hover:underline"
485
476
>
486
477
< span className = "truncate" > { activity . new_value } </ span >
487
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" />
488
478
</ a >
489
479
</ >
490
480
) ;
@@ -499,7 +489,6 @@ const activityDetails: {
499
489
className = "inline-flex items-center gap-1 truncate font-medium text-custom-text-100 hover:underline"
500
490
>
501
491
< span className = "truncate" > { activity . old_value } </ span >
502
- < RocketIcon size = { 12 } color = "#6b7280" className = "flex-shrink-0" />
503
492
</ a >
504
493
</ >
505
494
) ;
0 commit comments