Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/components/SocialLinks.html.twig line 1

Open in your IDE?
  1. {% set sizeClass = size == 'lg' ? 'social-links--lg' : '' %}
  2. <ul class="social-links {{ sizeClass }}">
  3.     <li class="social-links__item">
  4.       <a class="social-links__link" href="{{ renderSetting(4, 'content')|striptags }}" target="_blank"
  5.         ><i class="fa-brands fa-linkedin"></i
  6.         ><span class="sr-only">{{ renderSetting(4, 'displayText') }}</span></a
  7.       >
  8.     </li>
  9.     <li class="social-links__item">
  10.       <a class="social-links__link" href="{{ renderSetting(5, 'content')|striptags }}" target="_blank"
  11.         ><i class="fa-brands fa-facebook"></i
  12.         ><span class="sr-only">{{ renderSetting(5, 'displayText') }}</span></a
  13.       >
  14.     </li>
  15.     <li class="social-links__item">
  16.       <a class="social-links__link" href="{{ renderSetting(6, 'content')|striptags }}" target="_blank"
  17.         ><i class="fa-brands fa-instagram"></i
  18.         ><span class="sr-only">{{ renderSetting(6, 'displayText') }}</span></a
  19.       >
  20.     </li>
  21. </ul>