From c51111a3c6092ca8ddc89181c8d4d8a5bfbb0fc1 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sat, 31 May 2025 15:08:25 +0000 Subject: [PATCH] add enamad and ... logo --- package-lock.json | 24 ++++++++++++++++-------- templates/base.html.twig | 32 ++++++++++++++++++++++---------- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index da610c0..2f192a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2123,14 +2123,8 @@ } }, "node_modules/@symfony/ux-turbo": { - "version": "0.1.0", - "resolved": "file:vendor/symfony/ux-turbo/assets", - "dev": true, - "license": "MIT", - "peerDependencies": { - "@hotwired/stimulus": "^3.0.0", - "@hotwired/turbo": "^7.1.1 || ^8.0" - } + "resolved": "vendor/symfony/ux-turbo/assets", + "link": true }, "node_modules/@symfony/webpack-encore": { "version": "5.0.1", @@ -6881,6 +6875,20 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } + }, + "vendor/symfony/ux-turbo/assets": { + "name": "@symfony/ux-turbo", + "version": "0.1.0", + "dev": true, + "license": "MIT", + "devDependencies": { + "@hotwired/stimulus": "^3.0.0", + "@hotwired/turbo": "^7.1.0 || ^8.0" + }, + "peerDependencies": { + "@hotwired/stimulus": "^3.0.0", + "@hotwired/turbo": "^7.1.1 || ^8.0" + } } } } diff --git a/templates/base.html.twig b/templates/base.html.twig index 3c514b9..77c34af 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -5,17 +5,20 @@ - + - - - {% if block('des') is not defined %} + + + {% if block('des') is not defined %} {% else %} @@ -82,7 +85,16 @@ {% block body %}{% endblock %}