CSE-110-Group-29 / Electric-Pomato

Time management web application that implements the Pomodoro Technique.
https://cse-110-group-29.github.io/Electric-Pomato/
5 stars 3 forks source link

Add a red-tomato.ico to source/img/ #148

Closed DonaldWolfson closed 3 years ago

DonaldWolfson commented 3 years ago

Currently we're getting a 404 Error because the notificaiton script tries to get a file,red-tomato.ico:

GET http://127.0.0.1:5500/source/img/red-tomato.ico 404 (Not Found)

We need to add a .ico file similar to the green-tomato.ico file.

DonaldWolfson commented 3 years ago

Nevermind I tested this again and the error no longer shows up.