Skip to content

Commit

Permalink
Oct featured content fix (#765)
Browse files Browse the repository at this point in the history
* Featured Content intro

* CSS and image name update

* Update FeaturedContent.vue

* Update FeaturedContent.vue

* Update FeaturedContent.vue

* Update FeaturedContent.vue

* Added Oct content and update Sep articles

* Update FeaturedContent.vue

* Update FeaturedContentMenu.vue
  • Loading branch information
kindavishal authored Oct 25, 2023
1 parent ecbdac4 commit 48887f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/components/FeaturedContentMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<div class="sections">
<div class="section">
<PillGroup prefix="contentGroup"
:keys="['September 2023','August 2023']"
:values="['September 2023','August 2023']" v-model="contentGroup"
:keys="['October 2023','September 2023','August 2023']"
:values="['October 2023','September 2023','August 2023']" v-model="contentGroup"
:start-empty="false" />
</div>
</div>
Expand All @@ -47,7 +47,7 @@ export default class FeaturedContentMenu extends Vue {
public contentGroup = "";
public filtersChanged = false;
public defaultFilters = {
contentGroup: "'September 2023'",
contentGroup: "'October 2023'",
};
public loaded = false;
Expand Down

0 comments on commit 48887f1

Please sign in to comment.