Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
updating spotlight date
  • Loading branch information
amada-ech authored Nov 14, 2023
1 parent c2aacda commit 225c9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/communitySpotlightList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const communityDescription = "The dbt Community is where analytics engineering l
// This date determines where the 'Previously on the Spotlight" text will show.
// Any spotlight members with a 'dateCreated' field before this date
// will be under the 'Previously..' header.
const currentSpotlightDate = new Date('2023-06-01')
const currentSpotlightDate = new Date('2023-10-31')

function CommunitySpotlightList({ spotlightData }) {
const { siteConfig } = useDocusaurusContext()
Expand Down

0 comments on commit 225c9d4

Please sign in to comment.