From 25602599d0f08911a734291efd4b08944a227579 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 20 Mar 2024 12:27:36 -0700 Subject: [PATCH] Added new logo to app --- .../components/layouts/onboarding.html.heex | 7 +++---- .../layouts/partials/header.html.heex | 9 ++++----- .../layouts/partials/sidebar.html.heex | 13 ++++++------- priv/static/images/logo.png | Bin 79840 -> 14193 bytes .../images/originals/icon-with-background.png | Bin 0 -> 14362 bytes .../images/originals/logo-teal-wordmark.png | Bin 0 -> 55404 bytes .../logo-white-wordmark-with-background.png | Bin 0 -> 71113 bytes .../images/originals/logo-white-wordmark.png | Bin 0 -> 72138 bytes priv/static/images/originals/logo.png | Bin 0 -> 113784 bytes 9 files changed, 13 insertions(+), 16 deletions(-) create mode 100644 priv/static/images/originals/icon-with-background.png create mode 100644 priv/static/images/originals/logo-teal-wordmark.png create mode 100644 priv/static/images/originals/logo-white-wordmark-with-background.png create mode 100644 priv/static/images/originals/logo-white-wordmark.png create mode 100644 priv/static/images/originals/logo.png diff --git a/lib/pinchflat_web/components/layouts/onboarding.html.heex b/lib/pinchflat_web/components/layouts/onboarding.html.heex index 925d3c4..53b0f77 100644 --- a/lib/pinchflat_web/components/layouts/onboarding.html.heex +++ b/lib/pinchflat_web/components/layouts/onboarding.html.heex @@ -1,10 +1,9 @@
-
-
- Pinchflat -

Pinchflat

+
+
+ Pinchflat
diff --git a/lib/pinchflat_web/components/layouts/partials/header.html.heex b/lib/pinchflat_web/components/layouts/partials/header.html.heex index f643e9f..ea317ad 100644 --- a/lib/pinchflat_web/components/layouts/partials/header.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/header.html.heex @@ -1,4 +1,4 @@ -
+
- +
diff --git a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex index b116ddc..96df248 100644 --- a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex @@ -1,24 +1,23 @@