Skip to content

Commit 63cd19c

Browse files
committed
Ignore the non-pages in beta/
Use BigText for the news and code summary headers.
1 parent 973452e commit 63cd19c

21 files changed

+42
-33
lines changed

src/pages/beta/components/CodeSummary.astro renamed to src/pages/beta/_components/CodeSummary.astro

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
import GitHubEvents from "../components/GitHubEvents/GitHubEvents";
2+
import GitHubEvents from "./GitHubEvents/GitHubEvents";
33
import TagOrnament from "./TagOrnament.astro";
4+
import BigText from "./BigText.astro";
45
56
// we'll pass the ID of the section to the GitHubEvents component so that it can
67
// hide the whole section in case there's an error, rather than leave a broken
@@ -10,7 +11,12 @@ const showOrnament = false;
1011
---
1112

1213
<section id={id} class="mb-8">
13-
<h2 class="text-primary font-condensed font-semibold uppercase text-7xl mb-8 text-center">In the Code</h2>
14+
<BigText size="md" showOrnament={false}>
15+
<Fragment slot="title">
16+
<b>In the Code</b>
17+
</Fragment>
18+
</BigText>
19+
<div class="mt-5" />
1420
<GitHubEvents
1521
org="sfbrigade"
1622
sectionID={id}
File renamed without changes.

src/pages/beta/components/GitHubEvents/ErrorBoundary.tsx renamed to src/pages/beta/_components/GitHubEvents/ErrorBoundary.tsx

File renamed without changes.

src/pages/beta/components/GitHubEvents/EventProcessors.tsx renamed to src/pages/beta/_components/GitHubEvents/EventProcessors.tsx

File renamed without changes.

src/pages/beta/components/GitHubEvents/GitHubEventCard.tsx renamed to src/pages/beta/_components/GitHubEvents/GitHubEventCard.tsx

File renamed without changes.

src/pages/beta/components/GitHubEvents/GitHubEvents.tsx renamed to src/pages/beta/_components/GitHubEvents/GitHubEvents.tsx

File renamed without changes.

src/pages/beta/components/GitHubEvents/GitHubEventsList.tsx renamed to src/pages/beta/_components/GitHubEvents/GitHubEventsList.tsx

File renamed without changes.

src/pages/beta/components/GitHubEvents/getRecentEvents.tsx renamed to src/pages/beta/_components/GitHubEvents/getRecentEvents.tsx

File renamed without changes.

0 commit comments

Comments
 (0)