|
8 | 8 | <div class="o-container"> |
9 | 9 | <div class="o-grid-12"> |
10 | 10 | @link(['href' => $logotypeHref]) |
11 | | - @scope(['name' => ['mainfooterlogotype']]) |
12 | | - @logotype([ |
13 | | - 'id' => 'footer-logotype', |
14 | | - 'src'=> $logotype, |
15 | | - 'alt' => $lang->goToHomepage ?? 'Go to homepage', |
16 | | - 'classList' => ['site-footer__logo', 'c-footer__logotype'], |
17 | | - 'context' => 'footer.logotype', |
18 | | - 'maskable' => true, |
19 | | - ]) |
20 | | - @endlogotype |
21 | | - @endscope |
| 11 | + @logotype([ |
| 12 | + 'id' => 'footer-logotype', |
| 13 | + 'src'=> $logotype, |
| 14 | + 'alt' => $lang->goToHomepage ?? 'Go to homepage', |
| 15 | + 'classList' => ['site-footer__logo', 'c-footer__logotype'], |
| 16 | + 'context' => 'footer.logotype', |
| 17 | + 'maskable' => true, |
| 18 | + ]) |
| 19 | + @endlogotype |
22 | 20 | @endlink |
23 | 21 | </div> |
24 | 22 | </div> |
|
61 | 59 | @else |
62 | 60 | <div class="{{ $baseClass }}__body"> |
63 | 61 | <a href="{{ $logotypeHref }}" class="{{ $baseClass }}__home-link"> |
64 | | - @scope(['name' => ['footerlogotype']]) |
65 | | - @logotype([ |
66 | | - 'id' => 'footer-logotype', |
67 | | - 'src'=> $logotype, |
68 | | - 'alt' => $lang->goToHomepage ?? 'Go to homepage', |
69 | | - 'classList' => ['site-footer__logo', 'c-footer__logotype'], |
70 | | - 'context' => 'footer.logotype', |
71 | | - 'maskable' => true, |
72 | | - ]) |
73 | | - @endlogotype |
74 | | - @endscope |
| 62 | + @logotype([ |
| 63 | + 'id' => 'footer-logotype', |
| 64 | + 'src'=> $logotype, |
| 65 | + 'alt' => $lang->goToHomepage ?? 'Go to homepage', |
| 66 | + 'classList' => ['site-footer__logo', 'c-footer__logotype'], |
| 67 | + 'context' => 'footer.logotype', |
| 68 | + 'maskable' => true, |
| 69 | + ]) |
| 70 | + @endlogotype |
75 | 71 | </a> |
76 | 72 | <div class="{{ $baseClass }}__nav"> |
77 | 73 | @if ($slot) |
|
0 commit comments