-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into joni/hotfix/remove-comic-link-and-our-art-sec…
…tion-from-main-page
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
frontend-next-migration/src/preparedPages/ComicsGalleriesPages/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage.async"; | ||
// export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage"; | ||
// todo fix it to not jump on loading | ||
// export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage.async"; | ||
export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage"; | ||
|
||
export type {Props as ComicsGalleriesPageProps} from "./ui/ComicsGalleriesPage"; |
4 changes: 3 additions & 1 deletion
4
frontend-next-migration/src/preparedPages/PictureGalleryPages/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
export {default as PictureGalleryPage} from "./ui/PictureGalleryPage.async" | ||
// todo fix it to not jump on loading | ||
// export {default as PictureGalleryPage} from "./ui/PictureGalleryPage.async" | ||
export {default as PictureGalleryPage} from "./ui/PictureGalleryPage" | ||
|
||
export type {Props as PictureGalleryPageProps} from "./ui/PictureGalleryPage" |
6 changes: 3 additions & 3 deletions
6
frontend-next-migration/src/shared/i18n/locales/en/comics.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Comics": "Comic Book", | ||
"head-title": "Comics Galleries", | ||
"head-description": "Browse a wide selection of comic galleries and discover new favorites.", | ||
"Comics": "Our Comic Book", | ||
"head-title" : "Comics Galleries", | ||
"head-description" : "Browse a wide selection of comic galleries and discover new favorites.", | ||
"head-keywords": "altzone, comics, comics galleries, gallerias, comic, art" | ||
} |