Skip to content

Commit

Permalink
Merge branch 'Virtual-Coffee:main' into piotrek-add-member-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrszymaniec authored Oct 6, 2023
2 parents 450d4f1 + ab52a14 commit 0584762
Show file tree
Hide file tree
Showing 15 changed files with 753 additions and 24 deletions.
2 changes: 2 additions & 0 deletions app/data/newsletters.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { handle as issue202310 } from '~/routes/__frontend/newsletter/issues/2023-10';
import { handle as issue202309 } from '~/routes/__frontend/newsletter/issues/2023-09';
import { handle as issue202308 } from '~/routes/__frontend/newsletter/issues/2023-08';
import { handle as issue202307 } from '~/routes/__frontend/newsletter/issues/2023-07';
Expand Down Expand Up @@ -33,6 +34,7 @@ import { handle as issue202102 } from '~/routes/__frontend/newsletter/issues/202
import { handle as issue202101 } from '~/routes/__frontend/newsletter/issues/2021-01';

const newsletters = [
{ handleData: issue202310, slug: '2023-10' },
{ handleData: issue202309, slug: '2023-09' },
{ handleData: issue202308, slug: '2023-08' },
{ handleData: issue202307, slug: '2023-07' },
Expand Down
Loading

0 comments on commit 0584762

Please sign in to comment.