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/layout/TopBanner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { topBannerHref } from "@/data/navigation";
<p
class="font-sans text-caption leading-5 text-white-10 text-center md:whitespace-nowrap md:text-small md:leading-6"
>
<span class="font-normal">Happening soon: </span><span class="font-medium">ElixirConf (9–11 September 2026)</span><span class="font-normal">. Get your ticket </span><span class="font-medium text-white underline decoration-solid">here</span><span class="font-normal">!</span>
<span class="font-normal">Something approaches: </span><span class="font-medium">Goatmire Elixir (28th Sep - 4th Oct 2026)</span><span class="font-normal">, participate in the celebration!</span>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ export const footerSocials: NavItem[] = [
{ label: "Discord", href: "https://discord.gg/elixir", external: true },
];

export const topBannerHref = "https://elixirconf.com";
export const topBannerHref = "https://goatmire.com";
Loading