Skip to content

Commit

Permalink
Add text in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Dec 9, 2023
1 parent abd01e9 commit fce0c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<span *ngIf="burpVersion">Burp Version: {{ burpVersion }}</span>
<span *ngIf="exportTime && burpVersion">&nbsp;|&nbsp;</span>
<span *ngIf="exportTime">Exported at: {{ exportTime }}</span>
<span *ngIf="!burpVersion || !exportTime">Details about the export will be available here.</span>
</nav>

0 comments on commit fce0c96

Please sign in to comment.