Skip to content

Commit

Permalink
chore: small astro check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 18, 2024
1 parent a910972 commit 040952b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SpeakerSmall.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { type Person } from "~/data/notion-data";
import SafeMarkdown from "./SafeMarkdown.astro";
import SpeakerImage from "./SpeakerImage.astro";
interface Props {
export interface Props {
as: "div" | "li";
class?: string;
href?: string;
Expand Down
1 change: 0 additions & 1 deletion src/pages/sessions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import BodyText from "~/components/BodyText.astro";
import HeadingFlanked from "~/components/HeadingFlanked.astro";
import HeroForPage from "~/components/HeroForPage.astro";
import PrimaryContents from "~/components/PrimaryContents.astro";
import Session from "~/components/Session.astro";
import { talks } from "~/data/talks";
import ContentLayout from "~/layouts/ContentLayout.astro";
Expand Down

0 comments on commit 040952b

Please sign in to comment.