|
23 | 23 | >{{ 'nav.home' | transloco }}</a |
24 | 24 | > |
25 | 25 | </li> |
26 | | - <!-- Contacts --> |
| 26 | + <!-- Call for Speakers --> |
27 | 27 | <li class="flex list-none items-center"> |
28 | 28 | <a |
29 | | - href="#contact" |
30 | | - (click)="scrollTo($event, 'contact')" |
| 29 | + href="#call-for-speakers" |
| 30 | + (click)="scrollTo($event, 'call-for-speakers')" |
31 | 31 | class="rounded-(--radius) px-3 py-[0.4rem] text-inherit no-underline transition-colors duration-150 hover:bg-(--surface)" |
32 | | - >{{ 'nav.contacts' | transloco }}</a |
| 32 | + >{{ 'nav.callForSpeakers' | transloco }}</a |
33 | 33 | > |
34 | 34 | </li> |
35 | | - <!-- Supporters --> |
| 35 | + <!-- Contacts --> |
36 | 36 | <li class="flex list-none items-center"> |
37 | 37 | <a |
38 | | - href="#supporters" |
39 | | - (click)="scrollTo($event, 'supporters')" |
| 38 | + href="#contact" |
| 39 | + (click)="scrollTo($event, 'contact')" |
40 | 40 | class="rounded-(--radius) px-3 py-[0.4rem] text-inherit no-underline transition-colors duration-150 hover:bg-(--surface)" |
41 | | - >{{ 'nav.supporters' | transloco }}</a |
| 41 | + >{{ 'nav.contacts' | transloco }}</a |
42 | 42 | > |
43 | 43 | </li> |
44 | 44 | <!-- Eventi --> |
|
63 | 63 | > |
64 | 64 | </li> |
65 | 65 |
|
66 | | - <!-- Next Meetup --> |
67 | | - <!-- <li class="flex list-none items-center"> |
68 | | - <a |
69 | | - href="#next-meetup" |
70 | | - (click)="scrollTo($event, 'next-meetup')" |
71 | | - class="rounded-(--radius) px-3 py-[0.4rem] text-inherit no-underline transition-colors duration-150 hover:bg-(--surface)" |
72 | | - >{{ 'nav.nextMeetup' | transloco }}</a |
73 | | - > |
74 | | - </li> --> |
75 | | - |
76 | | - <!-- Call for Speakers --> |
77 | | - <!-- <li class="flex list-none items-center"> |
78 | | - <a |
79 | | - href="#call-for-speakers" |
80 | | - (click)="scrollTo($event, 'call-for-speakers')" |
81 | | - class="rounded-(--radius) px-3 py-[0.4rem] text-inherit no-underline transition-colors duration-150 hover:bg-(--surface)" |
82 | | - >{{ 'nav.callForSpeakers' | transloco }}</a |
83 | | - > |
84 | | - </li> --> |
85 | 66 |
|
86 | 67 | <!-- Community dropdown --> |
87 | 68 | @if (debugService.isEnabled) { |
|
195 | 176 | >{{ 'nav.contacts' | transloco }}</a |
196 | 177 | > |
197 | 178 | </li> |
198 | | - <li class="block"> |
199 | | - <a |
200 | | - href="#supporters" |
201 | | - (click)="scrollTo($event, 'supporters')" |
202 | | - class="block rounded-[calc(var(--radius)-2px)] px-3 py-2 text-inherit no-underline hover:bg-(--surface)" |
203 | | - >{{ 'nav.supporters' | transloco }}</a |
204 | | - > |
205 | | - </li> |
| 179 | + |
206 | 180 | <li class="mt-1 block border-t border-(--border) pt-1"> |
207 | 181 | <p class="px-3 py-1 text-xs tracking-wide text-(--color-muted) uppercase"> |
208 | 182 | {{ 'nav.community' | transloco }} |
|
0 commit comments