23 add scroll button in the landing page#24
Conversation
🦋 Changeset detectedLatest commit: 8b04c3e The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
assets/arrows/down_arrow.svg
Outdated
There was a problem hiding this comment.
I've left a comment to this on the other pr.
src/components/ScrollButton.astro
Outdated
| </button> | ||
|
|
||
| <style> | ||
| #scroll-button { |
There was a problem hiding this comment.
Where does this reference point to?
There was a problem hiding this comment.
Not sure if I understood correctly, but the scroll-button ID points to the button defined in this file.
There was a problem hiding this comment.
I think you can reference it as button instead #scroll-button. #scroll-button will be global, while button will only influence the button in this file, what is more desired.
src/components/ScrollButton.astro
Outdated
| </button> | ||
|
|
||
| <style> | ||
| #scroll-button { |
There was a problem hiding this comment.
I think you can reference it as button instead #scroll-button. #scroll-button will be global, while button will only influence the button in this file, what is more desired.
No description provided.