~                                                                      	Merge branch 'main' of https://gitea.fhgr.ch/koehleestell/Social_Cooking
:wq
This commit is contained in:
Ysabelle Moser 2026-04-23 16:25:50 +02:00
commit 3b438626dd

View File

@ -70,6 +70,14 @@
<div class="panel-head"> <div class="panel-head">
<span id="my-registrations-count" class="panel-count">0</span> <span id="my-registrations-count" class="panel-count">0</span>
</div> </div>
<p style="font-size: 0.9rem; color: var(--olive); margin-bottom: 16px; display: flex; align-items: flex-start; gap: 8px;">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="var(--olive)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="flex-shrink: 0; margin-top: 1px;">
<circle cx="12" cy="12" r="10"/>
<line x1="12" y1="8" x2="12" y2="8"/>
<line x1="12" y1="12" x2="12" y2="16"/>
</svg>
Eine Abmeldung ist bis 24 Stunden vor Eventbeginn möglich. Bitte respektiere den Host und melde dich rechtzeitig ab, wenn du nicht kommen kannst.
</p>
<div id="my-registrations-list" class="profile-card-list"></div> <div id="my-registrations-list" class="profile-card-list"></div>
</article> </article>