Skip to content

Commit

Permalink
fix: update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Nov 6, 2024
1 parent 0f4ef32 commit 49fcfe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/dynamic2.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";const a=require("./hooks.module-ig6AVjbC.cjs"),i=()=>{const[n,s]=a.p([]);return a._(()=>{fetch("https://pweyq25bld4d7d7chnijyyrpxq0yfbnh.lambda-url.eu-north-1.on.aws/?codefreeze=2025").then(t=>t.json()).then(t=>{s(t.sort((o,c)=>o.name.localeCompare(c.name)))}).catch(console.error)},[]),a.u(a.k,{children:n.map(t=>a.u(r,{profile:t}))})},r=({profile:n})=>a.u("div",{class:"participant",children:[a.u("img",{class:"avatar",src:n.photoThumbnail??"/images/avatar.jpg",alt:n.name}),a.u("h3",{children:[n.name,n.pronouns&&a.u("small",{children:[a.u("br",{}),n.pronouns]})]}),a.u("nav",{children:[n.homepage&&a.u(e,{icon:a.u("i",{class:"fas fa-home"}),href:n.homepage,title:`Homepage of ${n.name}`}),n.linkedin&&a.u(e,{icon:a.u("i",{class:"fab fa-linkedin"}),href:n.linkedin,title:`${n.name}'s LinkedIn profile`}),n.mastodon&&a.u(e,{icon:a.u("img",{src:"/logos/mastodon.svg",alt:"mastodon",class:"icon"}),href:n.mastodon,title:`${n.name} on Mastodon`}),n.matrix&&a.u(e,{icon:a.u("img",{src:"/logos/matrix.svg",alt:"matrix",class:"icon"}),href:n.matrix,title:`${n.name} on Matrix`}),n.github&&a.u(e,{icon:a.u("i",{class:"fab fa-github"}),href:n.github,title:`${n.name} on GitHub`})]})]}),e=({href:n,title:s,icon:t})=>a.u("a",{href:n,target:"_blank",rel:"noopener noreferrer",title:s,children:t});a.B(a.u(i,{}),document.getElementById("participants-container"));console.log(document.getElementById("participants"));
"use strict";const a=require("./hooks.module-ig6AVjbC.cjs"),i=()=>{const[n,s]=a.p([]);return a._(()=>{fetch("https://ruj56hpsooydu4jmctx5u7gdra0mbszw.lambda-url.eu-north-1.on.aws/?codefreeze=2025").then(t=>t.json()).then(t=>{s(t.sort((o,c)=>o.name.localeCompare(c.name)))}).catch(console.error)},[]),a.u(a.k,{children:n.map(t=>a.u(r,{profile:t}))})},r=({profile:n})=>a.u("div",{class:"participant",children:[a.u("img",{class:"avatar",src:n.photoThumbnail??"/images/avatar.jpg",alt:n.name}),a.u("h3",{children:[n.name,n.pronouns&&a.u("small",{children:[a.u("br",{}),n.pronouns]})]}),a.u("nav",{children:[n.homepage&&a.u(e,{icon:a.u("i",{class:"fas fa-home"}),href:n.homepage,title:`Homepage of ${n.name}`}),n.linkedin&&a.u(e,{icon:a.u("i",{class:"fab fa-linkedin"}),href:n.linkedin,title:`${n.name}'s LinkedIn profile`}),n.mastodon&&a.u(e,{icon:a.u("img",{src:"/logos/mastodon.svg",alt:"mastodon",class:"icon"}),href:n.mastodon,title:`${n.name} on Mastodon`}),n.matrix&&a.u(e,{icon:a.u("img",{src:"/logos/matrix.svg",alt:"matrix",class:"icon"}),href:n.matrix,title:`${n.name} on Matrix`}),n.github&&a.u(e,{icon:a.u("i",{class:"fab fa-github"}),href:n.github,title:`${n.name} on GitHub`})]})]}),e=({href:n,title:s,icon:t})=>a.u("a",{href:n,target:"_blank",rel:"noopener noreferrer",title:s,children:t});a.B(a.u(i,{}),document.getElementById("participants-container"));console.log(document.getElementById("participants"));
2 changes: 1 addition & 1 deletion dist/dynamic2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const l = () => {
const [n, s] = m([]);
return r(() => {
fetch(
"https://pweyq25bld4d7d7chnijyyrpxq0yfbnh.lambda-url.eu-north-1.on.aws/?codefreeze=2025"
"https://ruj56hpsooydu4jmctx5u7gdra0mbszw.lambda-url.eu-north-1.on.aws/?codefreeze=2025"
).then((t) => t.json()).then((t) => {
s(t.sort(
(o, c) => o.name.localeCompare(c.name)
Expand Down
2 changes: 1 addition & 1 deletion scripts/participants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Participants = () => {

useEffect(() => {
fetch(
"https://pweyq25bld4d7d7chnijyyrpxq0yfbnh.lambda-url.eu-north-1.on.aws/?codefreeze=2025"
"https://ruj56hpsooydu4jmctx5u7gdra0mbszw.lambda-url.eu-north-1.on.aws/?codefreeze=2025"
)
.then<Array<Profile>>((res) => res.json())
.then((participants) => {
Expand Down

0 comments on commit 49fcfe4

Please sign in to comment.