File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
5+ < link rel ="icon " type ="image/svg+xml " href ="https://avatars.githubusercontent.com/u/92610726?s=88&v=4 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > SerenityJS - Plugins</ title >
88 </ head >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ async function fetchPlugins(): Promise<Array<Plugin> | null> {
8686 const logoResponse = await fetch ( logo , { method : "HEAD" } ) ;
8787
8888 // If the logo does not exist, use a placeholder
89- if ( ! logoResponse . ok ) logo = "/serenityjs.png " ;
89+ if ( ! logoResponse . ok ) logo = "https://avatars.githubusercontent.com/u/92610726?s=88&v=4 " ;
9090
9191 // Create a Plugin object
9292 const plugin : Plugin = {
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ export default function PluginDetails() {
385385 < div className = "details-card" style = { { marginBottom : "1rem" } } >
386386 < div className = "details-hero" >
387387 < img
388- src = { fromState ?. logo ?? "/serenityjs.png " }
388+ src = { fromState ?. logo ?? "https://avatars.githubusercontent.com/u/92610726?s=88&v=4 " }
389389 alt = { `${ name } logo` }
390390 className = "details-logo"
391391 tabIndex = { 0 }
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export default function Plugins() {
149149
150150 return (
151151 < article key = { plugin . id } className = "plugin-card" title = { plugin . name } onClick = { redirect } >
152- < img src = { plugin . logo ?? "/serenityjs.png " } alt = { `${ plugin . name } logo` } className = "plugin-logo" />
152+ < img src = { plugin . logo ?? "https://avatars.githubusercontent.com/u/92610726?s=88&v=4 " } alt = { `${ plugin . name } logo` } className = "plugin-logo" />
153153
154154 < div className = "plugin-meta" >
155155 < div className = "plugin-title-row" >
You can’t perform that action at this time.
0 commit comments