File tree Expand file tree Collapse file tree 12 files changed +3
-22
lines changed Expand file tree Collapse file tree 12 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 11---
2- import { Fullbleed } from " ./layout/fullbleed" ;
3-
42import links from " ../data/links.json" ;
53import { EPSLogo } from " ./logo/eps-logo" ;
64
Original file line number Diff line number Diff line change 11---
2- import { promises as fs } from " fs" ;
32import { NavItems } from " @components/nav-items" ;
43import HeaderActions from " @components/header/header-actions.astro" ;
54import HeaderLogo from " @components/header/header-logo.astro" ;
Original file line number Diff line number Diff line change 11---
22import SearchComponent from " astro-pagefind/components/Search" ;
3- import Button from " @ui/Button.astro" ;
43import Modal from " @components/Modal.astro" ;
54
65---
Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ const {
1515 className = " " ,
1616 secondary = false ,
1717 disabled = false ,
18- isExternal,
1918} = Astro .props ;
20- const resolvedIsExternal =
21- isExternal !== undefined ? isExternal : url ?.startsWith (" http" );
2219---
2320
2421<a
Original file line number Diff line number Diff line change 11---
22import Button from " @ui/Button.astro" ;
3- import HeaderButton from " ./header-button.astro" ;
43import Icon from " @ui/Icon.astro" ;
54
65export interface Props {
@@ -11,8 +10,6 @@ const { mobile = false }: Props = Astro.props;
1110
1211const IS_LIVE = false ;
1312
14-
15- // <Button id="searchButton" icon="search" iconSize="fa-xl" clear title="Search (Crtl+K)"></Button>
1613---
1714
1815<div class =" flex items-center justify-end gap-2 h-[85px] w-1/3" >
Original file line number Diff line number Diff line change 11---
2- import { Logo } from " ../logo" ;
3-
42interface Props {
53 inverted? : boolean ;
64}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import heroImage from "./conference_photo.jpg";
44
55import IconWithLabel from " ./icon-label.astro" ;
66import Button from " @ui/Button.astro" ;
7- import Section from " @ui/Section.astro" ;
87
98const action1 = " /tickets" ;
109const action2 = " /sponsorship/sponsor/" ;
Original file line number Diff line number Diff line change 11
22---
3- import { type CollectionEntry , getEntry, getCollection } from "astro:content";
3+ import { type CollectionEntry , getCollection } from "astro:content";
44import Break from "@components/schedule/break.astro";
55import Session from "@components/schedule/session.astro";
66import { addMinutes , differenceInMinutes , parseISO } from "date-fns";
7- //import { Title } from "@components/typography/title";
87import Headline from "@components/ui/Headline.astro";
9- import Button from "@ui/Button.astro";
10- import { Select } from "@components/form/select";
118import { formatInTimeZone } from "date-fns-tz";
129
1310
Original file line number Diff line number Diff line change 11---
2- import { formatInTimeZone } from " date-fns-tz" ;
32import Speakers from " ./speakers.astro" ;
43import { slugify } from " @utils/content" ;
5- import Icon from " @ui/Icon.astro" ;
64
75export interface props {
86 style: any ;
Original file line number Diff line number Diff line change 22import { getCollection } from " astro:content" ;
33import { Separator } from " ../separator/separator" ;
44import { Fragment } from " react" ;
5- import { Fullbleed } from " ../layout/fullbleed" ;
65import Headline from " @ui/Headline.astro"
76import Section from " @ui/Section.astro"
87
You can’t perform that action at this time.
0 commit comments