@bbki.ng/site 5.5.29 → 5.5.30

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.5.30
4
+
5
+ ### Patch Changes
6
+
7
+ - cde9130: update lineheight
8
+
3
9
  ## 5.5.29
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.5.29",
3
+ "version": "5.5.30",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -79,7 +79,7 @@ class XwyPlugin implements IPlugin {
79
79
  )
80
80
  .replace(
81
81
  /公园/,
82
- `公园 <span class="font-xwy-icon text-[#679867] text-[1.6rem] align-middle">&#xE01A&#xE003</span>`
82
+ `公园 <span class="font-xwy-icon text-[#679867] text-[1.6rem] align-middle leading-[28px]">&#xE01A&#xE003</span>`
83
83
  );
84
84
  };
85
85