Update
This commit is contained in:
@@ -37,9 +37,9 @@ function create_fragment(ctx) {
|
||||
h2.textContent = "CONTACT US";
|
||||
t1 = space();
|
||||
p0 = element("p");
|
||||
t2 = text("Email: ");
|
||||
t2 = text("WhatsApp: ");
|
||||
a = element("a");
|
||||
a.textContent = "test@test";
|
||||
a.textContent = "group invite link";
|
||||
t4 = space();
|
||||
button = element("button");
|
||||
svg = svg_element("svg");
|
||||
@@ -48,47 +48,48 @@ function create_fragment(ctx) {
|
||||
path = svg_element("path");
|
||||
t5 = space();
|
||||
p1 = element("p");
|
||||
p1.textContent = "© 2023 LibSoc";
|
||||
p1.textContent = "© 2023 A global network of Libertarian Socialists";
|
||||
this.c = noop;
|
||||
add_location(h2, file, 12, 16, 273);
|
||||
attr_dev(a, "href", "mailto:info@chiron.com");
|
||||
add_location(a, file, 13, 26, 320);
|
||||
add_location(p0, file, 13, 16, 310);
|
||||
add_location(h2, file, 16, 16, 313);
|
||||
attr_dev(a, "href", "https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh");
|
||||
attr_dev(a, "target", "_blank");
|
||||
add_location(a, file, 18, 29, 454);
|
||||
add_location(p0, file, 18, 16, 441);
|
||||
attr_dev(div0, "id", "contact-us-container");
|
||||
add_location(div0, file, 11, 12, 224);
|
||||
add_location(div0, file, 15, 12, 264);
|
||||
attr_dev(div1, "id", "footer-grid-content-container");
|
||||
attr_dev(div1, "class", "logged");
|
||||
add_location(div1, file, 10, 8, 155);
|
||||
add_location(div1, file, 14, 8, 195);
|
||||
attr_dev(rect, "id", "Rectangle_146");
|
||||
attr_dev(rect, "data-name", "Rectangle 146");
|
||||
attr_dev(rect, "width", "11");
|
||||
attr_dev(rect, "height", "51");
|
||||
attr_dev(rect, "rx", "5.5");
|
||||
attr_dev(rect, "transform", "translate(22 24)");
|
||||
attr_dev(rect, "fill", "var(--pink)");
|
||||
add_location(rect, file, 19, 18, 723);
|
||||
attr_dev(rect, "fill", "#DD1C1A");
|
||||
add_location(rect, file, 24, 18, 907);
|
||||
attr_dev(path, "id", "Path_1145");
|
||||
attr_dev(path, "data-name", "Path 1145");
|
||||
attr_dev(path, "d", "M23.814,4.021a5,5,0,0,1,7.372,0l16.134,17.6c2.94,3.207,1.046,10.4-3.686,8.379S28.02,14.081,28.391,13.524,16.544,27.976,11.366,30,4.741,24.828,7.68,21.621Z");
|
||||
attr_dev(path, "fill", "var(--pink)");
|
||||
add_location(path, file, 20, 18, 875);
|
||||
attr_dev(path, "fill", "#DD1C1A");
|
||||
add_location(path, file, 25, 18, 1055);
|
||||
attr_dev(g, "id", "Group_268");
|
||||
attr_dev(g, "data-name", "Group 268");
|
||||
attr_dev(g, "transform", "translate(-6.177 -2.399)");
|
||||
add_location(g, file, 18, 16, 626);
|
||||
add_location(g, file, 23, 16, 810);
|
||||
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
||||
attr_dev(svg, "width", "42.545");
|
||||
attr_dev(svg, "height", "72.601");
|
||||
attr_dev(svg, "viewBox", "0 0 42.545 72.601");
|
||||
add_location(svg, file, 17, 12, 509);
|
||||
add_location(svg, file, 22, 12, 693);
|
||||
attr_dev(button, "id", "footer-up");
|
||||
attr_dev(button, "aria-label", "go up");
|
||||
add_location(button, file, 16, 8, 416);
|
||||
add_location(button, file, 21, 8, 600);
|
||||
attr_dev(p1, "id", "footer-copyright");
|
||||
add_location(p1, file, 24, 8, 1198);
|
||||
add_location(p1, file, 29, 8, 1374);
|
||||
attr_dev(div2, "id", "footer-content-container");
|
||||
add_location(div2, file, 9, 4, 110);
|
||||
add_location(footer, file, 8, 0, 96);
|
||||
add_location(div2, file, 13, 4, 150);
|
||||
add_location(footer, file, 12, 0, 136);
|
||||
},
|
||||
l: function claim(nodes) {
|
||||
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
||||
|
Reference in New Issue
Block a user