Skip to content

Commit

Permalink
disable Scarlet Showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihal-Pinto committed Dec 10, 2024
1 parent 254b799 commit 7f45c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class SettingsService {
public pageLinks: PageLink[] = [
new PageLink('Home', 'home'),
// new PageLink('SGJ', 'scarlet-game-jam'),
new PageLink('Scarlet S', 'scarlet-showcase'),
// new PageLink('Scarlet S', 'scarlet-showcase'),
new PageLink('Members', 'members'),
new PageLink('Projects', 'projects'),
new PageLink('Pics', 'pictures'),
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/home/home/home-page.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Turn on for events -->
<app-event-header></app-event-header>
<!-- <app-event-header></app-event-header> -->
<app-full-page-header color="primary" bgImage="assets/images/wide-club-interlaced.png">
<h1 class="mat-display-4 app-home-page header">
Building games <br />
Expand Down Expand Up @@ -92,4 +92,4 @@ <h1 class="mat-display-2 mb-16">Let's meet up!</h1>
</app-question-panel>
</mat-accordion>
<div style="margin-top: 3em"></div>
</app-section>
</app-section>

0 comments on commit 7f45c54

Please sign in to comment.