Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 13928b1

Browse files
author
Brylie Christopher Oxley
authored
Merge pull request #42 from MuluhGodson/fix_is_external
Remove rendering warnings
2 parents ef98411 + e78bdd0 commit 13928b1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

src/components/cc-global-header.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
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

0 commit comments

Comments
 (0)