fix: remove duplicate 'Powered by Crewli' footer on registration pages
The portal layout already renders the footer — the inline copies in [eventSlug].vue and success.vue caused it to appear twice. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1603,10 +1603,6 @@ async function onSubmit() {
|
|||||||
</VCol>
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<div class="text-center pa-4 text-caption text-medium-emphasis">
|
|
||||||
Powered by Crewli
|
|
||||||
</div>
|
|
||||||
</VContainer>
|
</VContainer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -132,10 +132,6 @@ const hasExistingAccount = computed(() => route.query.hasAccount === '1' && !isA
|
|||||||
</VBtn>
|
</VBtn>
|
||||||
</VAlert>
|
</VAlert>
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<div class="text-center pa-4 text-caption text-medium-emphasis">
|
|
||||||
Powered by Crewli
|
|
||||||
</div>
|
|
||||||
</VContainer>
|
</VContainer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user