Skip to content

Commit

Permalink
fix: fixed page names across CTs (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Sabrina Bongiovanni <sabrinabongiovanni96@gmail.com>
  • Loading branch information
sabrina-bongiovanni and sabrina-bongiovanni authored Mar 21, 2023
1 parent d1a0fe6 commit cbf2187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const DocumentoView = ({ content, location }) => {

return (
<>
<div className="container px-4 my-4 newsitem-view">
<div className="container px-4 my-4 documento-view">
<SkipToMainContent />
<PageHeader
content={content}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/View/EventoView/EventoView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const EventoView = ({ content, location }) => {

return (
<>
<div className="container px-4 my-4 newsitem-view">
<div className="container px-4 my-4 evento-view">
<SkipToMainContent />
<PageHeader
content={content}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const IncaricoView = (props) => {
const { content } = props;
const intl = useIntl();
return (
<div className="container px-4 my-4 punto-di-contatto-view">
<div className="container px-4 my-4 incarico-view">
<SkipToMainContent />
<PageHeader
content={{ ...content, stato_servizio: null }}
Expand Down

0 comments on commit cbf2187

Please sign in to comment.