diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 501dd1e..219afb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: with: fail-mode: true - # Nix-specific logic begins here - name: Nix Check run: | nix flake check diff --git a/release/obd-kardinal.yaml b/release/obd-kardinal.yaml index 88ea69d..8beabe3 100644 --- a/release/obd-kardinal.yaml +++ b/release/obd-kardinal.yaml @@ -104,7 +104,7 @@ spec: spec: containers: - name: server - image: kurtosistech/frontend:main + image: kurtosistech/frontend:demo-frontend imagePullPolicy: IfNotPresent ports: - containerPort: 8080 diff --git a/src/frontend/static/styles/styles.css b/src/frontend/static/styles/styles.css index 213e763..232a4f5 100755 --- a/src/frontend/static/styles/styles.css +++ b/src/frontend/static/styles/styles.css @@ -294,6 +294,10 @@ main { } } +.home .container-fluid { + background-color: #de9580; +} + .home-mobile-hero-banner { height: 200px; background: url(/static/images/folded-clothes-on-white-chair-wide.jpg) no-repeat top center; diff --git a/src/frontend/templates/home.html b/src/frontend/templates/home.html index 8fd0f74..500205e 100755 --- a/src/frontend/templates/home.html +++ b/src/frontend/templates/home.html @@ -38,7 +38,7 @@
-

Hot Products

+

The Hottest Products 🔥

{{ range $.products }} @@ -75,4 +75,4 @@

Hot Products

{{ template "footer" . }}
-{{ end }} \ No newline at end of file +{{ end }}