Skip to content

Commit

Permalink
Remove the duplicate heading
Browse files Browse the repository at this point in the history
Resolves <#754 (comment)>.
  • Loading branch information
EthanThatOneKid committed Jan 18, 2023
1 parent 1ce6b92 commit e938c1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/routes/(site)/s23positions/+page.svelte
Expand Up @@ -28,15 +28,6 @@
</p>
</Block>

<Spacing --min="175px" --med="200px" --max="200px" />

<Block align={TextAlignment.LEFT}>
<h1 id="spring-2023-board-applications" slot="headline" class="size-lg">
Spring 2023 board applications
</h1>
<div slot="text" />
</Block>

<section class="positions-container">
<div class="positions-container-inner">
<PositionList data={POSITIONS} />
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(site)/s23positions/position.svelte
Expand Up @@ -71,7 +71,7 @@
justify-content: space-between;
padding: 1rem;
cursor: pointer;
/**
* [START HACK] Remove the default marker from the <details> element.
* @see https://stackoverflow.com/a/66814239
Expand Down

0 comments on commit e938c1b

Please sign in to comment.