Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luciobenini committed May 15, 2020
1 parent 8555a8f commit 38ca7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pittica/gatsby-plugin-trustpilot-widget",
"private": false,
"description": "Trustpilot widget for GatsbyJS.",
"version": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Lucio Benini",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/trustpilot-reviews.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Fragment } from "react"
import PropTypes from "prop-types"
import { useStaticQuery, graphql } from "gatsby"

import TrustpilotContainer from "./TrustpilotContainer"
import TrustpilotContainer from "./trustpilot-container"

const TrustpilotReviews = ({ language, culture, theme, height, width }) => {
const reference = React.createRef()
Expand Down

0 comments on commit 38ca7a6

Please sign in to comment.