Skip to content

Commit

Permalink
renaming component to align with content type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 15, 2024
1 parent d7aae0a commit cb1e198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { BlockVideoEmbedData } from './../../../components/BlockVideoEmbed/Block
import { BlockRelatedLinksData } from './../../../components/BlockRelatedLinks/BlockRelatedLinks.stories.js'
import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js'
import { BlockStreamfieldMinimalData } from './../../../components/BlockStreamfield/BlockStreamfield.stories'
import PageEduArticleDetail from './PageEduArticleDetail.vue'
import PageEduResourceArticle from './PageEduResourceArticle.vue'

export default {
title: 'Templates/EDU/PageEduArticleDetail',
component: PageEduArticleDetail,
title: 'Templates/EDU/PageEduResourceArticle',
component: PageEduResourceArticle,
decorators: [
() => ({
template: `<div id="storyDecorator" class="disable-nav-offset"><story/></div>`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import BlockIframeEmbed from '../../../components/BlockIframeEmbed/BlockIframeEm
import BlockRelatedLinks from '../../../components/BlockRelatedLinks/BlockRelatedLinks.vue'
export default defineComponent({
name: 'PageContent',
name: 'PageEduResourceArticle',
components: {
HeroMedia,
LayoutHelper,
Expand Down

0 comments on commit cb1e198

Please sign in to comment.