Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Registration.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Arrow from "./Arrow.astro";
size="large"
variant="emphasized"
>
Subscribe up for conference updates
Subscribe for conference updates
<Arrow />
</Button>
</ContentArea>
Expand Down
4 changes: 1 addition & 3 deletions src/components/hero/HeroLocators.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const { class: className, multiline, ...props } = Astro.props;
---

<div class:list={["hero-locators", className]} {...props}>
<InlineBlock class="date"
>Thank you for joining us!{multiline ? "" : " ·"}</InlineBlock
>
<InlineBlock class="date">Thank you for joining us!</InlineBlock>
<InlineBlock class="location">SquiggleConf returns Spring 2027</InlineBlock>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import PageLayout from "~/layouts/PageLayout.astro";
variant="emphasized"
href="#newsletter"
>
Subscribe up for 2027 conference updates
Subscribe for 2027 conference updates
<Arrow />
</Button>
</div>
Expand Down