Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zora178 committed Feb 6, 2023
1 parent e5e1495 commit c2ce690
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified backend/.tmp/data.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-02-06T08:17:00.995Z"
"x-generation-date": "2023-02-06T12:50:14.327Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/Aside/Footers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineProps({
<ul class="more-list">
<li v-for="i in footers" :key="i" class="item">
<span>{{ i.describe }}</span>
<NuxtLink v-if="i.footer && i.url " :to="i.url" target="_blank" rel="nofollow">
<NuxtLink v-if="i.footer " :to="i.url" target="_blank" rel="nofollow">
<NuxtImg
v-if="i.icon"
:src="i.icon"
Expand Down

0 comments on commit c2ce690

Please sign in to comment.