Skip to content

Commit

Permalink
File rename to fix broken deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Apr 27, 2022
1 parent 4a7d895 commit 5f13651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ad/adDetails/AdDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function AdDetails({ id, source }) {
</React.Fragment>
)}
</dl>
<Link className={"link"} to={`${CONTEXT_PATH}/rapporter-annonse?uuid=${id}`}>
<Link className="link" to={`${CONTEXT_PATH}/rapporter-annonse?uuid=${id}`}>
Rapportér annonse
</Link>
</section>
Expand Down
File renamed without changes.

0 comments on commit 5f13651

Please sign in to comment.