apex-legends-tracker
apex-legends-tracker copied to clipboard
Favicon is not included in the project
Hi Brad,
It seems the favicon is not available in the project, although it was stated it would be in the repo.
Greetz, Axel
I noticed that too. I believe it is because in Brad's gitIgnore file he put the public folder. That is where the favicon and index html are stored when creating a Vue app.
Indeed just wanted to let him know :D
hello i got error
error: Unexpected console statement (no-console) at src\components\Profile.vue:85:7:
[1] 83 |
[1] 84 | this.profileData = res.data.data;
[1] > 85 | console.log(this.profileData);
[1] | ^
[1] 86 | this.loading = false;
[1] 87 | } catch (err) {
[1] 88 | this.loading = false;
[1]
[1]
[1] 1 error found.