diff --git a/flake.nix b/flake.nix index 53cce7d..ab03a84 100644 --- a/flake.nix +++ b/flake.nix @@ -11,13 +11,13 @@ devShells.${system}.default = pkgs.mkShell { packages = with pkgs; [ nodejs typescript nodePackages.typescript-language-server nodePackages.eslint ]; shellHook = '' - clear - echo "------------------" - echo "Deploying TFTStats" - echo "------------------" - npm install - npm run build - cp -R dist/tft_stats /var/www/ + clear + echo "------------------" + echo "Deploying TFTStats" + echo "------------------" + npm install + npm run build + cp -R dist/tft_stats /var/www/ ''; }; apps.${system}.ng-build = {}; diff --git a/src/app/app.component.scss b/src/app/app.component.scss index e69de29..eabc030 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -0,0 +1,5 @@ +img { + width: 45px; + height: 45px; + border-radius: 100%; +}