@rileybathurst/paddle 0.0.120 → 0.0.121

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.120",
4
+ "version": "0.0.121",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -49,7 +49,7 @@ export const PaddleTopBar = ({ strapiLocale }: PaddleTopBarTypes) => {
49
49
  <span className="rain-check-reason">We're closed today due to {strapiLocale.RainCheckReason}</span>
50
50
  </p>
51
51
  ) : (
52
- <p>We&apos;re Open for the 2024 Summer</p>
52
+ <p>{strapiLocale.topbar.data.topbar}</p>
53
53
  )
54
54
  }
55
55
  </div>