Fix default configuration service icon

This commit is contained in:
Alice Gaudon 2020-01-10 15:02:36 +01:00
parent 96ae08a513
commit 3b5b967fcc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export default class Config {
}
if (this.services.length === 0) {
this.services.push(new Service('welcome', 'Welcome', 'fas fa-rocket', false, 'https://gitlab.com/ArisuOngaku/tabs', false));
this.services.push(new Service('welcome', 'Welcome', 'rocket', false, 'https://gitlab.com/ArisuOngaku/tabs', false));
}
this.save();