2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(examples): change logo width to 100px (#5949)

chore(examples): change logo width to 100px (#5949)
This commit is contained in:
Shivam Batham
2025-01-31 00:48:46 +05:30
committed by GitHub
parent cdacd9761c
commit bba8e2e47d
+1 -1
View File
@@ -29,7 +29,7 @@
</head>
<body class="container">
<div class="header">
<img src="https://axios-http.com/assets/logo.svg" alt="axios" width="130" height="60">
<img src="https://axios-http.com/assets/logo.svg" alt="axios" width="100" height="60">
<h1> &nbsp;| Sandbox</h1>
</div>