Skip to content

Commit

Permalink
Some scss folder cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Apr 15, 2024
1 parent 96963eb commit 0ea6c12
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ts/_custom.scss → src/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {

#logo {
//background-image: url('../images/ChargePoint_logo_HEX.png');
background-image: url('../images/chargeIT-logo.jpg');
background-image: url('images/chargeIT-logo.jpg');
//background-image: url('../images/ENECO_eMobility_Logo.png');
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/ts/chargyApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as chargyLib from './chargyLib'

import Decimal from 'decimal.js';
import * as L from 'leaflet';
import './chargy.scss';
import '../scss/chargy.scss';

// import { debug } from "util";
// import * as crypto from "crypto";
Expand Down

0 comments on commit 0ea6c12

Please sign in to comment.