Modify design according to the design team

This commit is contained in:
Jaiwanth 2021-07-26 00:09:59 +05:30
parent c81bac1a4c
commit 3d4d1d32d9
6 changed files with 154 additions and 89 deletions

View file

@ -361,8 +361,8 @@ export default class HTMLExporter extends Exporter {
}
public async export() {
this.updateProgress("Starting export process...", true, false);
this.updateProgress("Fetching events...");
this.updateProgress("Starting export process", true, false);
this.updateProgress("Fetching events");
const fetchStart = performance.now();
const res = await this.getRequiredEvents();