Skip to content

Commit

Permalink
Merge pull request #123 from adobe/fix/resolve-case
Browse files Browse the repository at this point in the history
fix: remove unnecessary case update
  • Loading branch information
sharanyavinod authored May 7, 2024
2 parents b43e8c3 + 1d6e9f1 commit d46e252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Adventures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function AdventureItem(props) {
alt={props.title} data-aue-prop="primaryImage" data-aue-type="media" />
</Link>
</div>
<h3 className="adventure-item-title" data-aue-prop="title" data-aue-type="text">{props.title.toLowerCase()}</h3>
<h3 className="adventure-item-title" data-aue-prop="title" data-aue-type="text">{props.title}</h3>
<div className="adventure-item-details">
<div className="adventure-item-length pill default">
<span
Expand Down

0 comments on commit d46e252

Please sign in to comment.