added favion

This commit is contained in:
Sean Macfarlane
2020-05-01 12:22:30 -04:00
parent 8e4a424a77
commit f1a86364a5
3 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
export const AUTH_TOKEN = 'tip-auth-token';
export const COMPANY = 'TelecomInfraProject';
export const COMPANY = 'Telecom Infra Project';

BIN
app/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -41,6 +41,7 @@ module.exports = {
plugins: [
new HtmlWebPackPlugin({
template: commonPaths.templatePath,
favicon: './app/images/favicon.ico',
}),
],
};