diff --git a/content/english/tickets/index.md b/content/english/tickets/index.md index a40a1ce..6feb3c8 100644 --- a/content/english/tickets/index.md +++ b/content/english/tickets/index.md @@ -7,7 +7,7 @@ layout: "tickets" features: - title: "Tickets" - title_class: "text-center text-white mt-16" + title_class: "text-center text-white mt-8" side: "center" content_class: "mt-16 pt-0 pb-0 text-white" image: "/images/hmc/cities-light-mode.svg" @@ -19,7 +19,7 @@ features: tickets: - title: "Physical Track" title_class: "text-white" - subtitle: "Status: Early Bird" + subtitle: "Available now" subtitle_class: "text-white" section_class: "text-white" options: @@ -114,7 +114,7 @@ features: tickets: - title: "Online Track" title_class: "text-black dark:text-white" - subtitle: "Status: Early Bird" + subtitle: "Available now" subtitle_class: "text-black dark:text-white" section_class: "text-black dark:text-white" options: diff --git a/layouts/partials/components/ticket_list.html b/layouts/partials/components/ticket_list.html index 04432ab..267d619 100644 --- a/layouts/partials/components/ticket_list.html +++ b/layouts/partials/components/ticket_list.html @@ -3,7 +3,7 @@
+
{{ $option.original_price | markdownify }}
{{ end }} -$
-- {{ $option.price | markdownify }} +
$
++ {{ $option.price | markdownify }} +
++ {{ $option.original_price | markdownify }}
+ {{ end }}