Skip to content

Commit

Permalink
🐛 Incorrect font on host preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Apr 22, 2024
1 parent 99b5ec8 commit ecf70cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/with/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<Page --background={backgroundColor} bind:effect={backgroundEffect}>
<img src={image} alt="" />
<h1>Schedule your social</h1>
<h2>
<h2 class="font-secondary">
<!-- TODO: Find out how to make target blank work -->
with {#if link}<a href={link} target="_blank" class="font-secondary"
>{host}</a
Expand Down

0 comments on commit ecf70cc

Please sign in to comment.