refactor: update Button to always use a size, determine tag from url
This commit is contained in:
@@ -464,9 +464,9 @@
|
||||
</p>
|
||||
|
||||
<Button
|
||||
tag="button"
|
||||
size="large"
|
||||
color="beige"
|
||||
text={!ended ? 'See more photos' : "You've seen it all!"}
|
||||
size="large" color="beige"
|
||||
on:click={loadMorePhotos}
|
||||
disabled={ended}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user