tangled
alpha
login
or
join now
olaren.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
calice
handle.invalid
1 month ago
911dda06
5232561b
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-1
2 changed files
expand all
collapse all
unified
split
public
headers
montreal.webp
src
layout.tsx
public/headers/montreal.webp
This is a binary file and will not be displayed.
+2
-1
src/layout.tsx
···
26
26
"did:plc:p2cp5gopk7mgjegy6wadk3ep": "aurora.jpg",
27
27
"did:plc:ucaezectmpny7l42baeyooxi": "almaty.webp",
28
28
"did:plc:7rfssi44thh6f4ywcl3u5nvt": "sonic.jpg",
29
29
+
"did:plc:6if5m2yo6kroprmmency3gt5": "montreal.webp",
29
30
};
30
31
31
32
const Layout = (props: RouteSectionProps<unknown>) => {
···
130
131
style={{
131
132
"background-image":
132
133
props.params.repo && props.params.repo in headers ?
133
133
-
`linear-gradient(to left, transparent 10%, var(--header-bg) 85%), url(/headers/${headers[props.params.repo]})`
134
134
+
`linear-gradient(to left, transparent 20%, var(--header-bg) 85%), url(/headers/${headers[props.params.repo]})`
134
135
: undefined,
135
136
}}
136
137
>