Skip to content

Commit

Permalink
se actualiza plano y factsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseZR committed Mar 11, 2024
1 parent 225b5ad commit 66e7fc1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file added public/files/Floorplan_ITM_2024_08.03.2024.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/Menu/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function Menu() {
href={
i18n.language === 'en'
? '/files/Factsheet_ITM_ENG_v2_120124.pdf'
: '/files/Factsheet_ITM_ESP_v2_120124.pdf'
: '/files/Factsheet_ITM_2024_AC_ESP_VF_08-03-2024.pdf'
}
target='_blank'
onClick={handleClose}
Expand All @@ -135,7 +135,7 @@ export function Menu() {
</NavDropdown.Item>

<NavDropdown.Item
href='/files/Floorplan_ITM_2024_12-02-2024.pdf'
href='/files/Floorplan_ITM_2024_08.03.2024.pdf'
target='_blank'
onClick={handleClose}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/WhyExhibit/WhyExhibit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export function WhyExhibit() {
href={
i18n.language === 'en'
? '/files/Factsheet_ITM_ENG_v2_120124.pdf'
: '/files/Factsheet_ITM_ESP_v2_120124.pdf'
: '/files/Factsheet_ITM_2024_AC_ESP_VF_08-03-2024.pdf'
}
target='_blank'
rel='noreferrer'
Expand Down

0 comments on commit 66e7fc1

Please sign in to comment.