From 3f5bfb01012cc7e72d77a3e678728a67421d8787 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 12 Nov 2021 16:33:01 +0100 Subject: [PATCH] Update the emoji to use the black circle --- symfony/twig-bundle/5.4/templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/twig-bundle/5.4/templates/base.html.twig b/symfony/twig-bundle/5.4/templates/base.html.twig index 32a7dc40..943b6e43 100644 --- a/symfony/twig-bundle/5.4/templates/base.html.twig +++ b/symfony/twig-bundle/5.4/templates/base.html.twig @@ -3,7 +3,7 @@ {% block title %}Welcome!{% endblock %} - + {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #} {% block stylesheets %} {{ encore_entry_link_tags('app') }}