Skip to content

Commit ad1176b

Browse files
committed
🖼️ Fix broken images
1 parent 18e97c4 commit ad1176b

10 files changed

+86
-8
lines changed

img/logos/ant-design.svg

Lines changed: 43 additions & 0 deletions
Loading

img/logos/apex-charts.png

11.5 KB
Loading

img/logos/core-ui.svg

Lines changed: 16 additions & 0 deletions
Loading

img/logos/disclaimer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Images located in this folder may be copyright or trademark of their respective holders.
2+
3+
Use of these logos does not imply any affiliation with or endorsement by the owners and they do not fall under the same license as the source code in this project.

img/logos/draftjs-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

img/logos/flux-logo-color.svg

Lines changed: 1 addition & 0 deletions
Loading

img/logos/react-hook-form.svg

Lines changed: 7 additions & 0 deletions
Loading

img/logos/react-router-mark-color.svg

Lines changed: 6 additions & 0 deletions
Loading

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@
230230
}
231231
li.link img.react-hook-form {
232232
max-height: 150px;
233-
padding-top: 20px;
233+
border-radius: 12px;
234+
margin-top: 20px;
234235
box-shadow: none;
235236
}
236237
</style>

links.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"example": "ant-design.htm",
8484
"site": "https://ant.design/",
8585
"github": "https://github.com/ant-design/ant-design",
86-
"image": "https://camo.githubusercontent.com/bc93494c1f9faf29cae5064245e03f086a2cb1b5/68747470733a2f2f67772e616c697061796f626a656374732e636f6d2f7a6f732f726d73706f7274616c2f4b4470677667754d704766716148506a6963524b2e737667",
86+
"image": "img/logos/ant-design.svg",
8787
"imageClassName": "width100_pt20"
8888
},
8989
{
@@ -119,7 +119,7 @@
119119
"example": "coreui.htm",
120120
"site": "https://coreui.io/react/",
121121
"github": "https://github.com/coreui/coreui-react",
122-
"image": "https://camo.githubusercontent.com/aff2940238ca66b82e22f9f641942525a55ca637478420026dcad3b0c7337042/68747470733a2f2f636f726575692e696f2f696d616765732f6272616e642f636f726575692d7369676e65742e737667",
122+
"image": "img/logos/core-ui.svg",
123123
"imageClassName": "width100_pt20"
124124
}
125125
]
@@ -134,7 +134,7 @@
134134
"example": "react-router.htm",
135135
"site": "https://reacttraining.com/react-router/",
136136
"github": "https://github.com/ReactTraining/react-router",
137-
"image": "https://camo.githubusercontent.com/f63754b8412368e820601967af6dea84312b925b/68747470733a2f2f7265616374747261696e696e672e636f6d2f72656163742d726f757465722f616e64726f69642d6368726f6d652d313434783134342e706e67",
137+
"image": "img/logos/react-router-mark-color.svg",
138138
"imageClassName": "width100_pt20"
139139
}
140140
]
@@ -149,7 +149,7 @@
149149
"example": "react-hook-form.htm",
150150
"site": "https://react-hook-form.com/",
151151
"github": "https://github.com/react-hook-form/react-hook-form",
152-
"image": "https://raw.githubusercontent.com/react-hook-form/documentation/master/src/images/Logo.svg",
152+
"image": "img/logos/react-hook-form.svg",
153153
"imageClassName": "react-hook-form"
154154
}
155155
]
@@ -178,7 +178,7 @@
178178
"example": "draft-js.htm",
179179
"site": "https://draftjs.org/",
180180
"github": "https://github.com/facebook/draft-js",
181-
"image": "https://camo.githubusercontent.com/0e290bac7e6590f554222bf34ab77f22a806663b/68747470733a2f2f64726166746a732e6f72672f696d672f64726166746a732d6c6f676f2e737667",
181+
"image": "img/logos/draftjs-logo.svg",
182182
"imageClassName": "width100_pt20"
183183
}
184184
]
@@ -238,7 +238,7 @@
238238
"example": "react-apexcharts.htm",
239239
"site": "https://apexcharts.com/",
240240
"github": "https://github.com/apexcharts/react-apexcharts",
241-
"image": "https://camo.githubusercontent.com/11a432c7523baae586b15f6ee8468c448c7f35914f74ad8e9b278e058c9e4319/68747470733a2f2f617065786368617274732e636f6d2f6d656469612f72656163742d617065786368617274732e706e67",
241+
"image": "img/logos/apex-charts.png",
242242
"imageClassName": "pt20"
243243
}
244244
]
@@ -321,7 +321,7 @@
321321
"example": "react-flux.htm",
322322
"site": "https://facebook.github.io/flux/",
323323
"github": "https://github.com/facebook/flux",
324-
"image": "https://camo.githubusercontent.com/08ea0e3effc06a72d66b18fe717c5769b8c547a2/68747470733a2f2f66616365626f6f6b2e6769746875622e696f2f666c75782f696d672f666c75782d6c6f676f2d636f6c6f722e737667",
324+
"image": "img/logos/flux-logo-color.svg",
325325
"imageClassName": "react-flux"
326326
},
327327
{

0 commit comments

Comments
 (0)