Skip to content

Commit

Permalink
fix: move type definitions of optional items below mandatory items (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
FAL-coffee committed Jan 22, 2024
1 parent 0e5204e commit 92dc244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/branding/Asset.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export interface Props {
title: string;
bg: "white" | "black";
description: string;
attribution?: boolean;
assets: {
svg: string | null;
png: string | null;
};
attribution?: boolean;
}
const {
Expand Down

0 comments on commit 92dc244

Please sign in to comment.