Skip to content

Commit

Permalink
Update country ranking design
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonTrollback committed Oct 30, 2023
1 parent 3765fb3 commit 63f5274
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 261 deletions.
5 changes: 5 additions & 0 deletions src/lib/Intro.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<slot name="subheading" />
</p>
{/if}
{#if $$slots.extra}
<div class="subheading">
<slot name="extra" />
</div>
{/if}
<div class="author">
{#if $$slots.portrait}
<slot name="portrait" />
Expand Down
Loading

0 comments on commit 63f5274

Please sign in to comment.