Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
itaak committed Jul 27, 2024
1 parent abab0f4 commit 4914050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { ThemeType } from "@/types/theme";
interface Props {
title: string;
theme: ThemeType | null;
theme?: ThemeType | null;
}
const { title, theme } = Astro.props;
Expand Down

0 comments on commit 4914050

Please sign in to comment.