From c90002441b53d5ca190a8e9372cd2dd443a36e44 Mon Sep 17 00:00:00 2001 From: "filip.kranjec" Date: Tue, 25 Nov 2025 15:41:20 +0100 Subject: [PATCH] small test --- flake.nix | 14 +++++++------- src/app/app.component.scss | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) 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%; +}