@powerhousedao/design-system 6.0.0-dev.107 → 6.0.0-dev.109

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/README.md CHANGED
@@ -18,7 +18,10 @@ Add these tags to your HTML `<head>` for optimal performance:
18
18
  <head>
19
19
  <link rel="preconnect" href="https://fonts.googleapis.com" />
20
20
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
21
- <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet" />
21
+ <link
22
+ href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
23
+ rel="stylesheet"
24
+ />
22
25
  </head>
23
26
  ```
24
27