@rileybathurst/paddle 0.0.39 → 0.0.41

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": "0.0.39",
4
+ "version": "0.0.41",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -129,7 +129,7 @@ export function PaddleLocationCard({ svg, name, link, address, description, open
129
129
  }
130
130
  return (
131
131
  <Link
132
- to={`/${link}`}
132
+ to={link}
133
133
  className={`location ${background}`}
134
134
  >
135
135
  <Content