Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanyavinod committed May 7, 2024
2 parents a710c02 + d46e252 commit 8578fce
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

1 comment on commit 8578fce

@comanV
Copy link
Collaborator

@comanV comanV commented on 8578fce May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.