Skip to content

Commit

Permalink
Hide featured speaker banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Dec 21, 2024
1 parent c1c5f56 commit e77e738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const WebsiteConfig = {
logo: UCALogo
},
featuredSpeakers: {
displayOnMainPage: false,
indicoExportUrl: "https://events.canonical.com/export/event/47.json?detail=contributions&occ=yes&pretty=yes",
contributionIds: [20, 46, 43, 34, 19],
speakerIds: [{ db_id: 522, user: 107 }, { db_id: 517, user: 166 }, { db_id: 494, user: 615 }, { db_id: 515, user: 628 }, { db_id: 516, user: 271 }, { db_id: 487, user: 3 }],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { WebsiteConfig } from '../config';
</div>
</div>
</section>
<FeaturedSpeakers/>
{WebsiteConfig.featuredSpeakers.displayOnMainPage ? (<FeaturedSpeakers/>):(<></>)}
<div class="p-section">
<div class="row--50-50-on-large">
<hr>
Expand Down

0 comments on commit e77e738

Please sign in to comment.