Skip to content

Commit b8bc883

Browse files
use correct logo mark on dark background (#1544)
1 parent ee7043f commit b8bc883

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_includes/open_graph/cli-commands.jsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,21 @@ export default function ({ title, description, openGraphTitle }) {
7272
</p>
7373
<svg
7474
xmlns="http://www.w3.org/2000/svg"
75-
viewBox="0 0 401 401"
76-
fill-rule="evenodd"
75+
viewBox="0 0 501 501"
76+
stroke-linejoin="round"
77+
stroke-miterlimit="2"
78+
clip-rule="evenodd"
7779
style={{
7880
position: "absolute",
7981
bottom: "2rem",
8082
right: "2rem",
81-
width: "80px",
82-
height: "80px",
83+
width: "100px",
84+
height: "100px",
8385
}}
8486
>
8587
<path
86-
fill="#ffffff"
87-
d="M261.684 245.149c33.861 1.662 69.225-13.535 80.203-43.776 10.978-30.241 6.721-60.148-32.661-78.086-39.381-17.944-57.569-39.272-89.385-52.14-20.787-8.408-43.915-3.418-67.664 9.707-63.963 35.351-121.274 147.038-94.858 250.518a3.185 3.185 0 0 1-1.544 3.615 3.189 3.189 0 0 1-3.877-.64C16.282 295.06-3.759 241.788.593 184.791 8.998 74.728 105.178-7.806 215.241.599 325.296 9.003 407.83 105.182 399.425 215.245c-3.529 46.221-22.535 87.584-51.559 119.399-22.195 22.8-50.473 32.935-74.07 32.516-17.107-.303-33.839-7.112-45.409-17.066-16.516-14.228-23.191-30.485-25.474-48.635-.572-4.507-.236-16.797 2.112-25.309 1.745-6.343 6.185-18.599 12.676-23.957-7.595-3.266-17.361-10.388-20.446-13.805-.753-.838-.652-2.156.026-3.057a2.56 2.56 0 0 1 2.925-.88c6.528 2.239 14.477 4.444 22.86 5.851 11.021 1.844 24.729 4.159 38.618 4.847ZM192.777 85.086c10.789-.846 20.202 8.363 21.825 20.609 2.164 16.314-3.822 33.166-23.511 33.554-16.819.335-21.915-16.625-20.8-26.9 1.107-10.275 9.577-26.25 22.486-27.263Z"
88+
fill="#fff"
89+
d="M230 0a220 220 0 1 1-20 440A220 220 0 0 1 230 0Zm52 265-39-5c-8-1-16-3-23-6l-3 1v3c3 4 13 11 21 14-7 6-11 18-13 24a72 72 0 0 0 69 91c23 1 52-10 74-32a200 200 0 1 0-296 0 3 3 0 0 0 5-4c-26-103 31-215 95-250 24-13 47-18 68-10 32 13 50 34 89 52 40 18 44 48 33 78-11 31-46 46-80 44Zm-69-160c-13 1-22 17-23 27-1 11 4 28 21 27 20 0 26-17 24-33-2-13-11-22-22-21Z"
8890
/>
8991
</svg>
9092
</div>

0 commit comments

Comments
 (0)