@rileybathurst/paddle 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -278,8 +278,11 @@ const Content = ({
278
278
  <>
279
279
  <div className="svg" dangerouslySetInnerHTML={{ __html: svg }} />
280
280
 
281
- <h3 className="elbrus">{name}</h3>
282
281
  <div>
282
+ <div className="multi_button">
283
+ <h3 className="elbrus">{name}</h3>
284
+ </div>
285
+
283
286
  {streetAddress ||
284
287
  addressLocality ||
285
288
  addressRegion ||