Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 0 additions & 4 deletions public/icons/calendar.svg

This file was deleted.

4 changes: 0 additions & 4 deletions public/icons/pin.svg

This file was deleted.

4 changes: 0 additions & 4 deletions public/img/list-item.svg

This file was deleted.

Binary file removed public/placeholder.png
Binary file not shown.
File renamed without changes
File renamed without changes
Empty file removed public/sponsor-swag/.gitkeep
Empty file.
Binary file removed src/assets/placeholder.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/placeholder.svg

This file was deleted.

Binary file removed src/assets/prague.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import SocialLinks from "@components/SocialLinks.astro";
import links from "@data/links.json";
import EPSLogo from "../../public/eps-logo.svg";
import EPSLogo from "/public/eps-logo.svg";

const buildTimestamp = __TIMESTAMP__;
const gitVersion = __GIT_VERSION__;
Expand Down
12 changes: 0 additions & 12 deletions src/components/accent/accent.astro

This file was deleted.

Binary file removed src/components/accent/astronomical_clock.png
Binary file not shown.
9 changes: 0 additions & 9 deletions src/components/accent/astronomical_clock.svg

This file was deleted.

34 changes: 0 additions & 34 deletions src/components/benefits-list/benefit-item.astro

This file was deleted.

1 change: 0 additions & 1 deletion src/components/benefits-list/benefits-list.astro

This file was deleted.

30 changes: 0 additions & 30 deletions src/components/button-link/button-link.astro

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/card/card-container.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/hero-section/title-with-cta.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import ButtonLink from "../button-link/button-link.astro";
import Button from "@ui/Button.astro";
import { Title } from "../typography/title";

interface Props {
Expand All @@ -19,7 +19,7 @@ const { title, subtitle, buttonText, buttonUrl } = Astro.props;
{
buttonText && buttonUrl && (
<div class="mt-8">
<ButtonLink url={buttonUrl}>{buttonText}</ButtonLink>
<Button url={buttonUrl}>{buttonText}</Button>
</div>
)
}
Expand Down
Loading