Skip to content

Commit 2ee4298

Browse files
committed
Cleanup: Update accordion and Updates section.
1 parent 6d4ca49 commit 2ee4298

File tree

8 files changed

+4
-39
lines changed

8 files changed

+4
-39
lines changed

src/components/hero-section/hero-with-cta.astro

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/components/hero-section/title-with-cta.astro

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.

src/components/deadline-card.astro renamed to src/components/sections/updates/deadline-card.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import { getEntry } from "astro:content";
3-
import Card from "./card/card.astro";
3+
import Card from "./card.astro";
44
55
export interface Props {
66
id: string;

src/components/sections/updates.astro renamed to src/components/sections/updates/updates.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import DeadlineCard from "@components/deadline-card.astro";
2+
import DeadlineCard from "./deadline-card.astro";
33
import Headline from "@ui/Headline.astro";
44
import { getCollection } from "astro:content";
55
import Section from "@ui/Section.astro";
File renamed without changes.

src/pages/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import HighlightCard from "@components/highlight-list/highlight-card.astro";
99
import HighlightItem from "@components/highlight-list/highlight-item.astro";
1010
import Note from "@ui/Note.astro";
1111
import SponsorTiers from "@components/sponsor-tiers/sponsor-tiers.astro";
12-
import Accordion from "@components/accordion/accordion.astro";
12+
import Accordion from "@components/ui/Accordion.astro";
1313
import Button from "@ui/Button.astro";
1414
import Icon from "@ui/Icon.astro";
1515
import IconLabel from "@components/markdown/IconLabel.astro";

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Layout from "@layouts/Layout.astro";
33
import Hero from "@sections/hero/hero.astro";
4-
import Updates from "@sections/updates.astro";
4+
import Updates from "@sections/updates/updates.astro";
55
import Keynoters from "@components/keynoters/keynoters.astro";
66
import Speakers from "@sections/speakers.astro";
77
import Prague from "@sections/prague.astro";

0 commit comments

Comments
 (0)