tangled
alpha
login
or
join now
tophhie.cloud
/
pds-dash
2
fork
atom
A frontend for your PDS
2
fork
atom
overview
issues
pulls
pipelines
fix: update logo image URLs to use public blob storage
tophhie.cloud
2 months ago
358eaead
ea84b618
verified
This commit was signed with the committer's
known signature
.
tophhie.cloud
SSH Key Fingerprint:
SHA256:MF7y6VvV9yvt9Czl7Z7Eb2OdHPC0kTJyMpBXEzgmPA8=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
App.svelte
+2
-2
src/App.svelte
···
116
116
<img
117
117
src={
118
118
$isDark
119
119
-
? "https://blob.tophhie.cloud/tophhiecloud-resources/Logos/tophhiecloud-white.png"
120
120
-
: "https://blob.tophhie.cloud/tophhiecloud-resources/Logos/tophhiecloud-colour.png"
119
119
+
? "https://public-blob.tophhie.cloud/logos/tophhiecloud-white.png"
120
120
+
: "https://public-blob.tophhie.cloud/logos/tophhiecloud-colour.png"
121
121
}
122
122
height="50"
123
123
alt="Tophhie Social Logo"