Copilot commented on code in PR #1438:
URL: https://github.com/apache/hamilton/pull/1438#discussion_r2737650419


##########
docs/index.md:
##########
@@ -16,6 +16,12 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
+<p align="center">
+  <img src="_static/hamilton-incubator-logo.svg"
+       width="240"
+       alt="Apache Hamilton (Incubator Podling) Logo">
+</p>

Review Comment:
   Consider using a MyST `{figure}` directive (with `:align:` / `:width:`) 
instead of raw HTML `<p align="center">` + `<img>`. The current approach relies 
on deprecated HTML alignment and is less portable for non-HTML Sphinx builders 
(and harder to style consistently with the rest of the docs).



-- 
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]

Reply via email to