Skip to content

Commit

Permalink
Refs #268580 - Simplify view.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Apr 16, 2024
1 parent 292c0d1 commit ab334ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/theme/Views/InsituReportView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ function InsituReportView(props) {
<BannerTitle content={content} />
<div className="ui container">
<p className="documentDescription eea callout">{content.description}</p>
{!!content.image && (
<div className="lead-img">
<img
className="main-img"
src={content.image?.download}
alt={content.title}
/>
<p className="main-img-caption">{content.image_caption}</p>
</div>
)}
{!!content.file?.download && (
<div className="file-download">
<a href={content.file.download}>{content.file.filename}</a>
Expand Down

0 comments on commit ab334ea

Please sign in to comment.