Skip to content

Commit 09c7bef

Browse files
committed
Add settings icon
1 parent e8002ae commit 09c7bef

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

images/icons/cog-outline.svg

Lines changed: 4 additions & 0 deletions
Loading

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h3 class="text-left italic">Icons</h3>
192192
Icons come from
193193
<a
194194
class="font-medium text-blue-600 hover:underline dark:text-blue-500"
195-
href="https://flowbite.co./images/icons/"
195+
href="https://flowbite.com/icons/"
196196
target="_blank"
197197
>Flowbite</a
198198
>
@@ -247,6 +247,13 @@ <h3 class="text-left italic">Icons</h3>
247247
<br />indicates a "refused" status
248248
</p>
249249
</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>
250257
<div>
251258
<img
252259
class="mx-auto h-16"

0 commit comments

Comments
 (0)