Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 8ac614f

Browse files
committed
Ship v3.0.0-alpha.1
1 parent 6d71c7e commit 8ac614f

21 files changed

+21
-34405
lines changed

package-lock.json

Lines changed: 3 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"watch-views": "nodemon -e html -x \"npm-run-all --sequential copy-views build-vendors svg localhost-reload\""
7777
},
7878
"dependencies": {
79-
"@coreui/coreui": "next",
79+
"@coreui/coreui": "3.0.0-alpha.13",
8080
"@coreui/coreui-chartjs": "2.0.0-alpha.0",
8181
"@coreui/icons": "0.4.1",
8282
"@fortawesome/fontawesome-free": "^5.10.2",

pug/_partials/sidebar.pug

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,13 @@
195195
| Error 500
196196
li.c-nav-item.mt-auto
197197
a.c-nav-link.c-nav-link-success(href="https://coreui.io" target="_top")
198-
img.c-nav-icon(src="assets/icons/cloud-download.svg" alt="CoreUI Icons Cloud Download")
198+
svg.c-nav-icon
199+
use(xlink:href="assets/icons/coreui/free-symbol-defs.svg#cui-cloud-download")
199200
| Download CoreUI
200201
li.c-nav-item
201202
a.c-nav-link.c-nav-link-danger(href="https://coreui.io/pro/" target="_top")
202-
img.c-nav-icon(src="assets/icons/layers.svg" alt="CoreUI Icons Layers")
203+
svg.c-nav-icon
204+
use(xlink:href="assets/icons/coreui/free-symbol-defs.svg#cui-layers")
203205
| Try CoreUI
204206
strong PRO
205207
button.c-sidebar-minimizer.c-class-toggler(type="button" data-target="_parent" data-class="c-sidebar-minimized")

src/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7979
<script src="node_modules/pace-progress/pace.min.js"></script>
8080
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
8181
</body>
82-
</html>
82+
</html>

src/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7979
<script src="node_modules/pace-progress/pace.min.js"></script>
8080
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
8181
</body>
82-
</html>
82+
</html>

0 commit comments

Comments
 (0)