We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8002ae commit 09c7befCopy full SHA for 09c7bef
2 files changed
images/icons/cog-outline.svg
index.html
@@ -192,7 +192,7 @@ <h3 class="text-left italic">Icons</h3>
192
Icons come from
193
<a
194
class="font-medium text-blue-600 hover:underline dark:text-blue-500"
195
- href="https://flowbite.co./images/icons/"
+ href="https://flowbite.com/icons/"
196
target="_blank"
197
>Flowbite</a
198
>
@@ -247,6 +247,13 @@ <h3 class="text-left italic">Icons</h3>
247
<br />indicates a "refused" status
248
</p>
249
</div>
250
+ <div>
251
+ <img class="mx-auto h-16" src="./images/icons/cog-outline.svg" />
252
+ <p class="prose text-center">
253
+ <a href="./images/icons/cog-outline.svg">cog-outline.svg</a>
254
+ <br />Settings icon
255
+ </p>
256
+ </div>
257
<div>
258
<img
259
class="mx-auto h-16"
0 commit comments