You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`public/images/homepage/DefaultNextMeetup.jpg` — the committed generic default image (1440x1440). The default state points the `<img>` at this file directly; it is never overwritten. (Event-specific images go to `NextMeetup.jpg` instead, written by the `set-next-meetup` skill.)
16
15
17
16
## Steps
18
17
19
-
1.**Restore the image.** Copy the bundled default over the live one:
@@ -54,9 +48,9 @@ Restore the homepage **Next Meetup** section (`app-meetup`) to the generic defau
54
48
</div>
55
49
</section>
56
50
```
57
-
Key differences from the event-specific state: `alt="Next Meetup"`, image `width/height``1440`, no `nextMeetup.date` paragraph, generic `href="https://www.meetup.com/python-catania/"`, and the button uses `inline-flex` (not centered).
51
+
Key differences from the event-specific state: `ngSrc` points at `DefaultNextMeetup.jpg` (not `NextMeetup.jpg`), `alt="Next Meetup"`, image `width/height``1440`, no `nextMeetup.date` paragraph, generic `href="https://www.meetup.com/python-catania/"`, and the button uses `inline-flex` (not centered).
58
52
59
-
3.**Remove the date translation key.** Delete the `"date": ...` line from the `nextMeetup` object in both `public/i18n/it.json` and `public/i18n/en.json`. The resulting object is:
53
+
2.**Remove the date translation key.** Delete the `"date": ...` line from the `nextMeetup` object in both `public/i18n/it.json` and `public/i18n/en.json`. The resulting object is:
60
54
```json
61
55
"nextMeetup": {
62
56
"title": "...",
@@ -66,7 +60,7 @@ Restore the homepage **Next Meetup** section (`app-meetup`) to the generic defau
0 commit comments