Skip to content

Commit

Permalink
adds in correct author bio link
Browse files Browse the repository at this point in the history
  • Loading branch information
jadiehm committed Oct 12, 2023
1 parent afe3587 commit 4c6cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IntroBook.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="title-wrapper" style={"width: 100%; height: 80%;"}>
<h1 use:fit={{min_size: 12, max_size:72 }}>{@html copy.titleBreaks}</h1>
</div>
<p class="byline"><a href="https://pudding.cool/author/alice">Alice Liang</a></p>
<p class="byline"><a href="https://pudding.cool/author/alice-liang">Alice Liang</a></p>
</div>
<div class="book-cover-back">
<div class="book-cover-back-indent">
Expand Down

0 comments on commit 4c6cc43

Please sign in to comment.