This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ Example for the `cc-explore` component:
7777``` html
7878<link
7979 rel =" stylesheet"
80- href =" https://unpkg.com/@creativecommons/fonts@2020.9.3 /css/fonts.css"
80+ href =" https://unpkg.com/@creativecommons/vocabulary- fonts@0.x.x/dist /css/fonts.css"
8181/>
8282<link
8383 rel =" stylesheet"
84- href =" https://unpkg.com/@creativecommons/vocabulary@2020.11.3/ css/vocabulary.css"
84+ href =" https://unpkg.com/@creativecommons/vocabulary-styles@0.x.x/dist/ css/vocabulary-styles .css"
8585/>
8686<script src =" https://unpkg.com/vue@next" ></script >
87- <script src =" https://unpkg.com/@creativecommons/cc-global-components@0.1.0 /dist/cc-globals.min.js" ></script >
87+ <script src =" https://unpkg.com/@creativecommons/cc-global-components@0.x.x /dist/cc-globals.min.js" ></script >
8888
8989<div class =" container" >
9090 <div id =" explore-cc" >
Original file line number Diff line number Diff line change 4545 :href =" menu.url"
4646 >
4747 {{ menu.title }}
48- <!-- <span class="icon"><ExternalLink /></span>-->
49- <i class =" icon external-link" v-if =" isExternal" />
5048 </a >
5149 <div
5250 v-else
You can’t perform that action at this time.
0 commit comments