diff --git a/Server/app/svelte/public/js/parties.js b/Server/app/svelte/public/js/parties.js
index d62260d..1c32b68 100644
--- a/Server/app/svelte/public/js/parties.js
+++ b/Server/app/svelte/public/js/parties.js
@@ -3,7 +3,7 @@ export let parties = [
logo: "roots",
name: "Roots",
location: ["ireland",[52.98479517270413, -7.649233227534782]],
- members: 6,
+ //members: 6,
link: "https://discord.gg/pSTMacJZsK",
description: "descriptionRoots"
}
diff --git a/Server/app/svelte/src/parties-component.svelte b/Server/app/svelte/src/parties-component.svelte
index 577b00e..5d42641 100644
--- a/Server/app/svelte/src/parties-component.svelte
+++ b/Server/app/svelte/src/parties-component.svelte
@@ -47,7 +47,6 @@
{$content.name}: {party.name}
{$content.location}: {$content[party.location[0]]}
-
{$content.members}: {party.members}
{$content.link}: {party.link}
@@ -104,7 +103,7 @@
.party-logo {
position: relative;
right: 0;
- max-height: 7rem;
+ max-height: 6rem;
max-width: 100%;
border-radius: 1rem;
}
diff --git a/Server/public/js/components/parties-component.js b/Server/public/js/components/parties-component.js
index 03bc759..e460520 100644
--- a/Server/public/js/components/parties-component.js
+++ b/Server/public/js/components/parties-component.js
@@ -1 +1 @@
-import{S as t,i as e,a as i,b as n,s as o,e as r,n as a,d as m,c as s,o as l,f as c,t as g,g as p,h as d,j as h,k as f,l as u,m as b,p as x}from"./index-4348483d.js";import{w}from"./index-71440b21.js";import{parties as y,addMarkersParties as j}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as v}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,e,i){const n=t.slice();return n[6]=e[i],n}function z(t){let e,i,o,r,a,s,l,w,j,v,z,E,O,R,T,A,C,H=t[0].heading+"",L=t[0].p1+"",M=t[0].subheading1+"",N=y,S=[];for(let e=0;ei(0,n=t))),v(r,"parties-component",o),l((()=>{}));return[n,o,r,a,t=>a(t,n)]}class R extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:i(this.attributes),customElement:!0},O,E,o,{},null),t&&t.target&&n(t.target,this,t.anchor)}}customElements.define("parties-component",R);export{R as default};
+import{S as t,i as e,a as i,b as n,s as o,e as a,n as r,d as s,c as m,o as l,f as c,t as g,g as p,h as d,j as h,k as f,l as u,m as b,p as x}from"./index-4348483d.js";import{w}from"./index-71440b21.js";import{parties as y,addMarkersParties as j}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as v}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,e,i){const n=t.slice();return n[6]=e[i],n}function z(t){let e,i,o,a,r,m,l,w,j,v,z,E,O,R,T,A,C,H=t[0].heading+"",L=t[0].p1+"",M=t[0].subheading1+"",N=y,S=[];for(let e=0;ei(0,n=t))),v(a,"parties-component",o),l((()=>{}));return[n,o,a,r,t=>r(t,n)]}class R extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:i(this.attributes),customElement:!0},O,E,o,{},null),t&&t.target&&n(t.target,this,t.anchor)}}customElements.define("parties-component",R);export{R as default};
diff --git a/Server/public/js/parties.js b/Server/public/js/parties.js
index d62260d..1c32b68 100644
--- a/Server/public/js/parties.js
+++ b/Server/public/js/parties.js
@@ -3,7 +3,7 @@ export let parties = [
logo: "roots",
name: "Roots",
location: ["ireland",[52.98479517270413, -7.649233227534782]],
- members: 6,
+ //members: 6,
link: "https://discord.gg/pSTMacJZsK",
description: "descriptionRoots"
}