Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

fix: update layout type for blog pages #2128

Merged
1 commit merged into from Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/academy/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const ArticlesPage = ({ data }) => {
: data.directus.blog

return (
<Layout>
<Layout type="academy">
<SEO
title={localize('Articles, trading guide and resources | Deriv')}
description={localize(
Expand Down
2 changes: 1 addition & 1 deletion src/pages/academy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const DerivBlog = ({ data }) => {
: data.directus.featured_video

return (
<Layout type="academy" is_ppc_redirect={true}>
<Layout type="academy">
<SEO
title={localize('Articles, trading guide and resources | Deriv')}
description={localize(
Expand Down
2 changes: 1 addition & 1 deletion src/pages/academy/videos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const VideosPage = ({ data }) => {
: data.directus.videos

return (
<Layout>
<Layout type="academy">
<SEO
title={localize('Latest videos, tutorials, webinars for trading | Deriv')}
description={localize(
Expand Down