atmosphere explorer

calice

handle.invalid 911dda06 5232561b

verified
+2 -1
public/headers/montreal.webp

This is a binary file and will not be displayed.

+2 -1
src/layout.tsx
··· 26 "did:plc:p2cp5gopk7mgjegy6wadk3ep": "aurora.jpg", 27 "did:plc:ucaezectmpny7l42baeyooxi": "almaty.webp", 28 "did:plc:7rfssi44thh6f4ywcl3u5nvt": "sonic.jpg", 29 }; 30 31 const Layout = (props: RouteSectionProps<unknown>) => { ··· 130 style={{ 131 "background-image": 132 props.params.repo && props.params.repo in headers ? 133 - `linear-gradient(to left, transparent 10%, var(--header-bg) 85%), url(/headers/${headers[props.params.repo]})` 134 : undefined, 135 }} 136 >
··· 26 "did:plc:p2cp5gopk7mgjegy6wadk3ep": "aurora.jpg", 27 "did:plc:ucaezectmpny7l42baeyooxi": "almaty.webp", 28 "did:plc:7rfssi44thh6f4ywcl3u5nvt": "sonic.jpg", 29 + "did:plc:6if5m2yo6kroprmmency3gt5": "montreal.webp", 30 }; 31 32 const Layout = (props: RouteSectionProps<unknown>) => { ··· 131 style={{ 132 "background-image": 133 props.params.repo && props.params.repo in headers ? 134 + `linear-gradient(to left, transparent 20%, var(--header-bg) 85%), url(/headers/${headers[props.params.repo]})` 135 : undefined, 136 }} 137 >