Skip to content

Commit

Permalink
fix: hide CFP open button
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 26, 2025
1 parent f09f15b commit 241ee7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/explainers/ExplainersList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import ExplainerArea from "./ExplainerArea.astro";
const explainers = [
{
action: {
href: "https://cfp.squiggleconf.com",
text: "Apply to be a speaker! CFP now open!",
},
// action: {
// href: "https://cfp.squiggleconf.com",
// text: "Apply to be a speaker! CFP now open!",
// },
body: "Enjoy a dozen talks by tooling aficionados, dev experts, and new voices in the space. You’ll emerge with the best techniques to supercharge your projects.",
decoration: DolphinDecoration,
direction: "up",
Expand Down

0 comments on commit 241ee7b

Please sign in to comment.