web: colocate graphql fragments, unmask where needed, more idiomatic client-preset use
This commit is contained in:
@@ -6,7 +6,7 @@ export const PageHeader = ({
|
||||
align
|
||||
}: {
|
||||
heading: string;
|
||||
lead?: string;
|
||||
lead?: string | null;
|
||||
align?: "center" | "left"
|
||||
}) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user