Skip to content

Commit

Permalink
[desktop]: Fix Sky Atlas name for stars and dsos
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Aug 10, 2024
1 parent 7d045d0 commit bcb4b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/app/atlas/atlas.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
<span
class="flex w-full align-items-center gap-1 justify-content-center"
style="min-width: -webkit-fill-available">
<span class="text-overflow-scroll font-bold">{{ body.name }}</span>
<span class="text-overflow-scroll font-bold">{{ body.name.replaceAll('|', ' · ') }}</span>
<p-tag
*ngFor="let tag of body.tags"
[severity]="tag.severity"
Expand Down

0 comments on commit bcb4b16

Please sign in to comment.