Reactivate Registration button in QGSS 2023 (#3376)

* revert commits from PR  #3310

* replace v-bint in UiCta component
This commit is contained in:
Esperanza Molina 2023-06-28 14:31:31 +02:00 committed by GitHub
parent 71f56725f5
commit a75351bb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 19 deletions

View File

@ -18,8 +18,8 @@ const header = {
},
},
cta: {
label: "Last Chance Registration June 28, 9AM EST",
url: "",
label: "Register now!",
url: "https://qisk.it/QGSS23REG",
segment: {
cta: "register",
location: "header",
@ -35,8 +35,8 @@ const header = {
location: "Online",
date: "July 17 28, 2023",
time: "",
to: "",
ctaLabel: "",
to: "https://qisk.it/QGSS23REG",
ctaLabel: "Learn more",
segment: {
cta: "ibm-research-blog",
location: "header",

View File

@ -27,11 +27,10 @@
</p>
<p>See you soon!</p>
<UiCta
class="summer-school-page__cta summer-school-page__cta_disabled"
:url="header.cta.url"
:label="header.cta.label"
:segment="header.cta.segment"
kind="secondary"
class="summer-school-page__cta"
:url="headerCta.url"
:label="headerCta.label"
:segment="headerCta.segment"
/>
</template>
<template #card>
@ -145,6 +144,7 @@ useSeoMeta({
const agendaColumnsDataTable: string[] = ["Day", "Topic", "Speaker", "Format"];
const headerData = header;
const headerCta = headerData.cta;
const mosaicData = mosaic;
const agendaData = agenda;
const helpfulResourcesData = helpfulResources;
@ -189,16 +189,6 @@ const helpfulResourcesData = helpfulResources;
&__cta {
margin-top: carbon.$spacing-07;
&_disabled {
pointer-events: none;
color: qiskit.$text-color-light;
width: fit-content;
&:deep(.cta__icon) {
display: none;
}
}
}
&__header-card {