From d2f8bc7cbf96aeef33924baf62bea3af81d77199 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 10 Jan 2025 15:05:22 +0000 Subject: [PATCH] use company logo if available and add link to company data --- templates/internal/libs/nav.html.twig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/internal/libs/nav.html.twig b/templates/internal/libs/nav.html.twig index 89c5258..88a5e61 100644 --- a/templates/internal/libs/nav.html.twig +++ b/templates/internal/libs/nav.html.twig @@ -3,7 +3,11 @@
- main_logo + {% if app.user.company.companyLogo %} + main_logo + {% else %} + main_logo + {% endif %} CM Tracker
@@ -26,6 +30,12 @@ Admin Dashboard +