tecitheme 0.10.10 → 0.10.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<p class="text-base font-medium text-gray-400 px-4">{drop.text}</p>
|
|
227
227
|
{#each drop.links as link}
|
|
228
228
|
<a
|
|
229
|
-
href={
|
|
229
|
+
href={link.url}
|
|
230
230
|
rel="external"
|
|
231
231
|
class="flex items-start py-3 px-4 transition duration-150 ease-in-out hover:bg-gray-50"
|
|
232
232
|
>
|
package/dist/partners.json
CHANGED
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
]
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
"name": "Shanghai
|
|
77
|
+
"name": "Shanghai Graphic Design Information Co.ltd. (GDI)",
|
|
78
78
|
"regions": ["China", "Hong Kong"],
|
|
79
|
-
"address": ["
|
|
79
|
+
"address": ["11th Floor, Building B", "Hetu Park", "No. 500 Shunqing Road", "Shanghai", "China"],
|
|
80
80
|
"emails": [
|
|
81
81
|
{
|
|
82
|
-
"address": "fjj@gdi.cn"
|
|
82
|
+
"address": "fjj@gdi.com.cn"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"address": "sales@gdi.com.cn"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"telephones": [
|
|
89
89
|
{
|
|
90
90
|
"name": "Telephone",
|
|
91
|
-
"number": "86
|
|
91
|
+
"number": "86 13 918059956"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"name": "Fax",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
],
|
|
98
98
|
"websites": [
|
|
99
99
|
{
|
|
100
|
-
"name": "https://www.
|
|
101
|
-
"address": "https://www.
|
|
100
|
+
"name": "https://www.gdi.com.cn",
|
|
101
|
+
"address": "https://www.gdi.com.cn"
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
104
|
"products": [
|