Skip to content

Commit 7f58cd0

Browse files
fix: escape quotes in trademark disclaimer text to fix ESLint errors
Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
1 parent e420467 commit 7f58cd0

File tree

1 file changed

+1
-1
lines changed
  • apps/insights/src/components/PriceFeeds

1 file changed

+1
-1
lines changed

apps/insights/src/components/PriceFeeds/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const PriceFeeds = async () => {
135135
third parties. Such display is for informational purposes only and
136136
does not constitute any claim of ownership thereof by Pyth Data
137137
Association or any of its subsidiaries and other affiliates
138-
(collectively, "Association") or any sponsorship or endorsement by
138+
(collectively, &quot;Association&quot;) or any sponsorship or endorsement by
139139
Association of any associated products or services, and should not
140140
be construed as indicating any affiliation, sponsorship or other
141141
connection between Association and the third-party owners of such

0 commit comments

Comments
 (0)