Skip to content

Commit 414883c

Browse files
1.8.5 release
1 parent ca9fbf4 commit 414883c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use the Coloured Icons Library, simply add the following CDN link to your HTM
2020
```
2121
<link
2222
rel="stylesheet"
23-
href="https://cdn.jsdelivr.net/gh/dheereshagrwal/[email protected].4/src/app/ci.min.css"
23+
href="https://cdn.jsdelivr.net/gh/dheereshagrwal/[email protected].5/src/app/ci.min.css"
2424
/>
2525
```
2626

src/app/about/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CdnInclude from "../../components/About/CdnInclude";
66
import IconSection from "../../components/About/IconSection";
77

88
const CI_CSS_URL_VERSION =
9-
"https://cdn.jsdelivr.net/gh/dheereshagrwal/[email protected].4/src/app/ci.min.css";
9+
"https://cdn.jsdelivr.net/gh/dheereshagrwal/[email protected].5/src/app/ci.min.css";
1010
const CI_CSS_URL_LATEST =
1111
"https://cdn.jsdelivr.net/gh/dheereshagrwal/coloured-icons@master/src/app/ci.min.css";
1212

0 commit comments

Comments
 (0)