Coding-Alchemist-Abhijay commented on code in PR #1293:
URL: https://github.com/apache/airflow-site/pull/1293#discussion_r2565838755
##########
landing-pages/site/layouts/_default/baseof.html:
##########
@@ -32,7 +32,14 @@
<main role="main" class="td-main container">
{{ block "main" . }}{{ end }}
</main>
- {{ partial "suggest-change" . }}
+ <div class="base-layout--button">
+ <div class="base-layout--scrollButton">
+ {{ partial "scroll-to-top" . }}
+ </div>
+ <div class="base-layout--suggestButton">
+ {{ partial "suggest-change" . }}
+ </div>
+ </div>"
Review Comment:
I’ve made the changes you mentioned above. Please let me know if you’d like
anything else updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]