File tree Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11---
2- import ButtonLink from " ../button-link/button-link.astro" ;
32import Button from " @ui/Button.astro" ;
43import HeaderButton from " ./header-button.astro" ;
54import Search from " astro-pagefind/components/Search" ;
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ export interface Props {
1919
2020const {
2121 name,
22- slug,
2322 tagline,
2423 image,
2524 placeholder,
26- order,
2725 class : className,
2826} = Astro .props ;
2927
Original file line number Diff line number Diff line change 11---
22import Button from " @ui/Button.astro" ;
3- import { Title } from " @components/typography/title" ;
43import { Image } from " astro:assets" ;
54import pragueImage from " @assets/prague2.jpg" ;
65import Logo from " @assets/prague.svg" ;
Original file line number Diff line number Diff line change 11---
22
33import { CardContainer } from " @components/card/card-container" ;
4- import { Title } from " @components/typography/title" ;
54import DeadlineCard from " @components/deadline-card.astro" ;
65import Headline from " @ui/Headline.astro"
76import { getCollection } from " astro:content" ;
Original file line number Diff line number Diff line change 11import { defineCollection , reference , z } from "astro:content" ;
2- import { file } from "astro/loaders" ;
32
43const tiers = [
54 "Keystone" ,
You can’t perform that action at this time.
0 commit comments