@@ -24,89 +24,95 @@ Credit to [@Ang_ngl on X](https://x.com/Ang_ngl) for designing and contributing
2424### Node.js® Horizontal Logo
2525
2626<table >
27- <tr >
28- <td >
29- <img
30- alt = " Node.js Dark Horizontal Logo"
31- src = " /static/logos/nodejsDark.svg"
32- className = " h-[80px] w-[267px]"
33- width = " 267"
34- height = " 80"
35- />
36- </td >
37- <td >
38- <img
39- alt = " Node.js Light Horizontal Logo"
40- src = " /static/logos/nodejsLight.svg"
41- className = " h-[80px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent"
42- width = " 267"
43- height = " 80"
44- />
45- </td >
46- </tr >
27+ <tbody >
28+ <tr >
29+ <td >
30+ <img
31+ alt = " Node.js Dark Horizontal Logo"
32+ src = " /static/logos/nodejsDark.svg"
33+ className = " h-[80px] w-[267px]"
34+ width = " 267"
35+ height = " 80"
36+ />
37+ </td >
38+ <td >
39+ <img
40+ alt = " Node.js Light Horizontal Logo"
41+ src = " /static/logos/nodejsLight.svg"
42+ className = " h-[80px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent"
43+ width = " 267"
44+ height = " 80"
45+ />
46+ </td >
47+ </tr >
48+ </tbody >
4749</table >
4850
4951### Node.js® Stacked Logo
5052
5153<table >
52- <tr >
53- <td >
54- <img
55- alt = " Node.js Dark Stacked Logo"
56- src = " /static/logos/nodejsStackedDark.svg"
57- className = " h-[164px] w-[267px]"
58- width = " 267"
59- height = " 164"
60- />
61- </td >
62- <td >
63- <img
64- alt = " Node.js Light Stacked Logo"
65- src = " /static/logos/nodejsStackedLight.svg"
66- className = " h-[164px] w-[267px] rounded bg-neutral-950 p-2 dark:bg-transparent"
67- width = " 267"
68- height = " 164"
69- />
70- </td >
71- </tr >
72- <tr >
73- <td >
74- <img
75- alt = " Node.js Black Stacked Logo"
76- src = " /static/logos/nodejsStackedBlack.svg"
77- />
78- </td >
79- <td >
80- <img
81- alt = " Node.js White Stacked Logo"
82- src = " /static/logos/nodejsStackedWhite.svg"
83- className = " rounded bg-neutral-950 p-2 dark:bg-transparent"
84- />
85- </td >
86- </tr >
54+ <tbody >
55+ <tr >
56+ <td >
57+ <img
58+ alt = " Node.js Dark Stacked Logo"
59+ src = " /static/logos/nodejsStackedDark.svg"
60+ className = " h-[164px] w-[267px]"
61+ width = " 267"
62+ height = " 164"
63+ />
64+ </td >
65+ <td >
66+ <img
67+ alt = " Node.js Light Stacked Logo"
68+ src = " /static/logos/nodejsStackedLight.svg"
69+ className = " h-[164px] w-[267px] rounded bg-neutral-950 p-2 dark:bg-transparent"
70+ width = " 267"
71+ height = " 164"
72+ />
73+ </td >
74+ </tr >
75+ <tr >
76+ <td >
77+ <img
78+ alt = " Node.js Black Stacked Logo"
79+ src = " /static/logos/nodejsStackedBlack.svg"
80+ />
81+ </td >
82+ <td >
83+ <img
84+ alt = " Node.js White Stacked Logo"
85+ src = " /static/logos/nodejsStackedWhite.svg"
86+ className = " rounded bg-neutral-950 p-2 dark:bg-transparent"
87+ />
88+ </td >
89+ </tr >
90+ </tbody >
8791</table >
8892
8993### JS Icons
9094
9195<table >
92- <tr >
93- <td >
94- <img
95- alt = " JS Icons Green"
96- src = " /static/logos/jsIconGreen.svg"
97- className = " height-[80px] mx-auto w-[71px]"
98- width = " 71"
99- height = " 80"
100- />
101- </td >
102- <td >
103- <img
104- alt = " White JS Icons"
105- src = " /static/logos/jsIconWhite.svg"
106- className = " height-[80px] mx-auto w-[71px] rounded bg-neutral-950 p-2 dark:bg-transparent"
107- width = " 71"
108- height = " 80"
109- />
110- </td >
111- </tr >
96+ <tbody >
97+ <tr >
98+ <td >
99+ <img
100+ alt = " JS Icons Green"
101+ src = " /static/logos/jsIconGreen.svg"
102+ className = " height-[80px] mx-auto w-[71px]"
103+ width = " 71"
104+ height = " 80"
105+ />
106+ </td >
107+ <td >
108+ <img
109+ alt = " White JS Icons"
110+ src = " /static/logos/jsIconWhite.svg"
111+ className = " height-[80px] mx-auto w-[71px] rounded bg-neutral-950 p-2 dark:bg-transparent"
112+ width = " 71"
113+ height = " 80"
114+ />
115+ </td >
116+ </tr >
117+ </tbody >
112118</table >
0 commit comments